add dwd type
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
import { create } from "zustand";
|
||||
import { devtools } from "zustand/middleware";
|
||||
import Flatastic from "@/api/flatastic";
|
||||
import type { FlatasticChore } from "@/types/flatasticChore";
|
||||
import { devtools } from "zustand/middleware";
|
||||
|
||||
interface FlatasticStore {
|
||||
chores: FlatasticChore[];
|
||||
fetch: () => Promise<void>;
|
||||
}
|
||||
|
||||
const useFlatasticStore = create(
|
||||
devtools(
|
||||
|
||||
Reference in New Issue
Block a user