add utils.ts and update page links to call from it. update vite.config.ts to...
add utils.ts and update page links to call from it. update vite.config.ts to start frontend dev on 8081
Showing
- src/App.tsx 17 additions, 8 deletionssrc/App.tsx
- src/components/AppFooter.tsx 3 additions, 1 deletionsrc/components/AppFooter.tsx
- src/components/AppHeader.tsx 15 additions, 7 deletionssrc/components/AppHeader.tsx
- src/pages/LabsPage.tsx 2 additions, 1 deletionsrc/pages/LabsPage.tsx
- src/pages/LoginPage.css 5 additions, 0 deletionssrc/pages/LoginPage.css
- src/pages/LoginPage.tsx 5 additions, 4 deletionssrc/pages/LoginPage.tsx
- src/pages/SignUpProfessorPage.tsx 4 additions, 1 deletionsrc/pages/SignUpProfessorPage.tsx
- src/pages/SignUpStudentPage.tsx 4 additions, 1 deletionsrc/pages/SignUpStudentPage.tsx
- src/pages/WelcomePage.tsx 15 additions, 8 deletionssrc/pages/WelcomePage.tsx
- src/utils.ts 18 additions, 0 deletionssrc/utils.ts
- vite.config.ts 2 additions, 2 deletionsvite.config.ts
src/utils.ts
0 → 100644
Please register or sign in to comment