Initial layout
This commit is contained in:
5
src/state/atoms.js
Normal file
5
src/state/atoms.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export const navOpenState = atom(false);
|
||||
|
||||
export const activeSectionState = atom('home');
|
||||
Reference in New Issue
Block a user