Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jul 26, 2021
1 parent 3000f31 commit 8ab4687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/layers/src/manager/useLayerManager.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useCollector, useCollectorReturnType } from '@craftjs/utils';
import { useCollector } from '@craftjs/utils';
import { useContext } from 'react';

import { LayerManagerContext, LayerStore } from './context';
import { LayerManagerContext } from './context';

import { LayerState } from '../interfaces';

Expand Down

0 comments on commit 8ab4687

Please sign in to comment.