nebula2 / src /store.js
soiz1's picture
Upload folder using huggingface_hub
01fcadf verified
raw
history blame contribute delete
83 Bytes
import { atom } from "nanostores";
export const isMobileNavOpen = atom(false);