Changed import path.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { create } from 'zustand';
|
||||
import { produce } from 'immer';
|
||||
import { DateRange } from 'lib/types';
|
||||
import { DateRange } from '@/lib/types';
|
||||
|
||||
const store = create(() => ({}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user