nebula / src /store.js
soiz1's picture
Upload 109 files
89a8d13 verified
raw
history blame
83 Bytes
import { atom } from "nanostores";
export const isMobileNavOpen = atom(false);