3 lines
80 B
JavaScript
3 lines
80 B
JavaScript
import { atom } from "nanostores";
|
|
|
|
export const isMobileNavOpen = atom(false);
|