Bye bye nanostores

This commit is contained in:
MotorTruck1221 2025-01-14 05:42:49 -07:00
parent 1a6a5828dc
commit b0f7eb1922
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
2 changed files with 0 additions and 4 deletions

View file

@ -43,7 +43,6 @@
"chalk": "^5.4.1", "chalk": "^5.4.1",
"fastify": "^5.2.0", "fastify": "^5.2.0",
"gradient-string": "^3.0.0", "gradient-string": "^3.0.0",
"nanostores": "^0.11.3",
"pg": "^8.13.1", "pg": "^8.13.1",
"pg-hstore": "^2.3.4", "pg-hstore": "^2.3.4",
"sequelize": "^6.37.5", "sequelize": "^6.37.5",

View file

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