added borrowable items fetching and date input functionality to HomePage
This commit is contained in:
@@ -3,3 +3,4 @@ import { atom } from "jotai";
|
||||
export const testAtom = atom<number>(0);
|
||||
export const setIsLoggedInAtom = atom<boolean>(false);
|
||||
export const triggerLogoutAtom = atom<boolean>(false);
|
||||
export const borrowAbleItemsAtom = atom<any[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user