fix: added missing import

This commit is contained in:
Johnson Cherian 2024-07-31 12:35:49 +05:30
parent 7c62cf032a
commit 10fc9635b9

View file

@ -6,7 +6,7 @@ import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
import '@/_styles/custom.scss';
import { EditorContext } from './Context/EditorContextWrapper';
import { validateWidget } from '@/_helpers/utils';
import { useCurrentState } from '@/_stores/currentStateStore';
import { useCurrentState, useCurrentStateStore } from '@/_stores/currentStateStore';
import { useAppDataStore } from '@/_stores/appDataStore';
import _ from 'lodash';