Skip to content

Commit

Permalink
Remove duplicate import
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <[email protected]>
  • Loading branch information
eugenesk24 committed Jan 24, 2022
1 parent 17365df commit b508fc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
import _ from 'lodash';
import React, { ReactElement, useEffect, useState } from 'react';
import { AppAnalyticsComponentDeps } from '../home';
import { getClearModal } from '../helpers/modal_containers';
import { getCustomModal } from '../../custom_panels/helpers/modal_containers';
import { getClearModal } from '../helpers/modal_containers';
import { pageStyles } from '../../../../common/constants/shared';
Expand Down

0 comments on commit b508fc2

Please sign in to comment.