first commit

This commit is contained in:
Web-serfer 2026-03-28 16:51:42 +05:00
commit 7c46ee6909
107 changed files with 5563 additions and 0 deletions

View file

@ -0,0 +1,3 @@
import { atom } from "nanostores";
export const isSearchOpen = atom(false);