login screen design completed
Showing
... | ... | @@ -4,7 +4,7 @@ |
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"dev": "vite --host", | ||
"build": "vite build", | ||
"lint": "eslint .", | ||
"preview": "vite preview", | ||
... | ... | @@ -13,7 +13,8 @@ |
}, | ||
"dependencies": { | ||
"react": "^19.1.0", | ||
"react-dom": "^19.1.0" | ||
"react-dom": "^19.1.0", | ||
"react-router-dom": "^7.6.2" | ||
}, | ||
"devDependencies": { | ||
"@chromatic-com/storybook": "^4.0.0", | ||
... | ... |
src/Navigates.jsx
0 → 100644
src/assets/fonts/Inter_18pt-Bold.ttf
0 → 100644
File added
src/assets/fonts/Inter_18pt-Medium.ttf
0 → 100644
File added
src/assets/fonts/Inter_28pt-MediumItalic.ttf
0 → 100644
File added
src/assets/fonts/Inter_28pt-Regular.ttf
0 → 100644
File added
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment