Сделали несколько страниц с отложенной загрузкой

This commit is contained in:
2026-06-09 20:06:42 +03:00
parent ec325b51bc
commit c43dfa4092
7 changed files with 120 additions and 8 deletions
+3 -2
View File
@@ -4,14 +4,15 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"react-router-dom": "^7.17.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",