Skip to content

Commit 502853f

Browse files
committed
Remove now unused imports
1 parent 6f66e98 commit 502853f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/story-editor/src/app/rightClickMenu/hooks/usePresetActions.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
import { useSnackbar } from '@googleforcreators/design-system';
2020
import { __ } from '@googleforcreators/i18n';
21-
import { useCallback, useRef } from '@googleforcreators/react';
21+
import { useCallback } from '@googleforcreators/react';
2222
import { trackEvent } from '@googleforcreators/tracking';
2323

2424
/**
@@ -29,7 +29,7 @@ import useDeleteColor from '../../../components/colorPicker/useDeleteColor';
2929
import useDeleteStyle from '../../../components/styleManager/useDeleteStyle';
3030
import useAddPreset from '../../../utils/useAddPreset';
3131
import { noop } from '../../../utils/noop';
32-
import { useHistory, useStory } from '../..';
32+
import { useStory } from '../..';
3333
import { UNDO_HELP_TEXT } from './constants';
3434

3535
/**

0 commit comments

Comments
 (0)