Remove non-existent Material-UI type packages

This commit is contained in:
Your Name
2025-04-29 18:31:21 -04:00
parent 3dc74413d2
commit 733eb6f6d8
2 changed files with 1 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ COPY backend/package*.json ./backend/
# Install dependencies
RUN npm install
RUN cd frontend && npm install --save-dev @types/react @types/react-dom @types/react-router-dom @types/axios @mui/types @types/mui
RUN cd frontend && npm install --save-dev @types/react @types/react-dom @types/react-router-dom @types/axios
# Copy source files
COPY . .