Initial layout

This commit is contained in:
2026-05-07 21:43:28 +03:00
commit 063fe5a713
31 changed files with 4171 additions and 0 deletions

5
src/state/atoms.js Normal file
View File

@@ -0,0 +1,5 @@
import { atom } from 'jotai';
export const navOpenState = atom(false);
export const activeSectionState = atom('home');