Skip to content

Commit

Permalink
Fix ошибка подключения файла style на странице signup
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur233 committed Jul 16, 2024
1 parent 6cfeec2 commit 4784e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 3000",
"start": "npm run build && npm run preview"
"start": "vite build && vite preview --port 3000"
},
"devDependencies": {
"sass": "^1.77.8",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/sign-up/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '../../styles/main.scss';
import './style.scs';
import './style.scss';

0 comments on commit 4784e13

Please sign in to comment.