Skip to content

Commit

Permalink
andrew part4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpeng02 committed Nov 30, 2023
1 parent 13d1957 commit 7d322c9
Show file tree
Hide file tree
Showing 8 changed files with 8,871 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const nextConfig = {
destination: "http://127.0.0.1:8000/api/:path*",
},
],
transpilePackages: ["@mui/x-charts"],
};

module.exports = nextConfig;
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.9.3",
"@mui/x-charts": "^6.18.2",
"@mui/x-data-grid": "^6.0.4",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/react": "^14.0.0",
Expand Down
Loading

0 comments on commit 7d322c9

Please sign in to comment.