File size: 83 Bytes
01fcadf
 
 
1
2
3
4
import { atom } from "nanostores";

export const isMobileNavOpen = atom(false);