-
- Downloads
added clean layout, helmet & 404-page
Showing
- .env 2 additions, 0 deletions.env
- package-lock.json 36 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/App.jsx 5 additions, 1 deletionsrc/App.jsx
- src/layouts/CleanLayout.jsx 43 additions, 0 deletionssrc/layouts/CleanLayout.jsx
- src/pages/Err404.jsx 33 additions, 0 deletionssrc/pages/Err404.jsx
- src/routes/Sitemap.jsx 7 additions, 0 deletionssrc/routes/Sitemap.jsx
.env
0 → 100644
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"hamburger-react": "^2.5.1", | "hamburger-react": "^2.5.1", | ||
"react": "^18.3.1", | "react": "^18.3.1", | ||
"react-dom": "^18.3.1", | "react-dom": "^18.3.1", | ||
"react-helmet-async": "^2.0.5", | |||
"react-icons": "^5.2.1", | "react-icons": "^5.2.1", | ||
"react-router-dom": "^6.24.0" | "react-router-dom": "^6.24.0" | ||
}, | }, | ||
... | ... |
src/layouts/CleanLayout.jsx
0 → 100644
src/pages/Err404.jsx
0 → 100644
Please register or sign in to comment