Skip to content

Commit

Permalink
refactor: cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Obermaier committed Jun 24, 2021
1 parent 5bf5e92 commit e3cc8fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions __tests__/demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@ import {
BulkEdit,
BasicRef,
BulkEditWithDetailPanel,
ExportData,
CustomExport,
EditableRow,
EditableCells,
FrankensteinDemo,
HidingColumns,
Resizable,
PersistentGroupings,
PersistentGroupings2
PersistentGroupings
} from './demo-components';
import { I1353, I1941, I122 } from './demo-components/RemoteData';

Expand Down

0 comments on commit e3cc8fb

Please sign in to comment.