Changed import path.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import useStore from 'store/modified';
|
||||
import useStore from '@/store/modified';
|
||||
|
||||
export function useModified(key?: string) {
|
||||
const modified = useStore(state => state?.[key]);
|
||||
|
||||
Reference in New Issue
Block a user