We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f66e98 commit 502853fCopy full SHA for 502853f
packages/story-editor/src/app/rightClickMenu/hooks/usePresetActions.js
@@ -18,7 +18,7 @@
18
*/
19
import { useSnackbar } from '@googleforcreators/design-system';
20
import { __ } from '@googleforcreators/i18n';
21
-import { useCallback, useRef } from '@googleforcreators/react';
+import { useCallback } from '@googleforcreators/react';
22
import { trackEvent } from '@googleforcreators/tracking';
23
24
/**
@@ -29,7 +29,7 @@ import useDeleteColor from '../../../components/colorPicker/useDeleteColor';
29
import useDeleteStyle from '../../../components/styleManager/useDeleteStyle';
30
import useAddPreset from '../../../utils/useAddPreset';
31
import { noop } from '../../../utils/noop';
32
-import { useHistory, useStory } from '../..';
+import { useStory } from '../..';
33
import { UNDO_HELP_TEXT } from './constants';
34
35
0 commit comments