init
This commit is contained in:
@@ -13,6 +13,7 @@ interface SetState {
|
||||
deleteSet: (id: number) => Promise<boolean>;
|
||||
}
|
||||
|
||||
/** Store für Trainings-Sets inkl. CRUD-Operationen. */
|
||||
export const useSetStore = create<SetState>((set, get) => ({
|
||||
sets: [],
|
||||
loading: false,
|
||||
|
||||
Reference in New Issue
Block a user