Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Apr 12, 2021
1 parent 5b6deb8 commit e7b3c48
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ import { ContentSection } from '../../../components/shared/content_section';
import { SourcesTable } from '../../../components/shared/sources_table';
import { ViewContentHeader } from '../../../components/shared/view_content_header';

import {
GroupOverview,
EMPTY_SOURCES_DESCRIPTION,
EMPTY_USERS_DESCRIPTION,
} from './group_overview';
import { GroupOverview } from './group_overview';

const deleteGroup = jest.fn();
const showSharedSourcesModal = jest.fn();
Expand Down

0 comments on commit e7b3c48

Please sign in to comment.