ehharvey / Reserva

1 stars 0 forks source link

Frontend #92

Closed Dom17Pham closed 1 year ago

Dom17Pham commented 1 year ago

Changes to the homepage and access to other services are available from the homepage navigation bar. Removed Vite+React headers.

ehharvey commented 1 year ago

There looks to be some missing files @Dom17Pham :

Error: src/App.tsx(4,28): error TS2307: Cannot find module './routes/BookingRoom' or its corresponding type declarations.
Error: src/App.tsx(5,24): error TS2307: Cannot find module './routes/Groups' or its corresponding type declarations.
Error: src/components/header/AppHeader.tsx(15,31): error TS2307: Cannot find module '../header/Avatar' or its corresponding type declarations.
Error: Process completed with exit code 2.
Dom17Pham commented 1 year ago

@ehharvey You were right about the missing files. My previous commit did not include the files I added and caused the failed build. Thanks for pointing that out!