Skip to content

Commit

Permalink
Merge pull request #29 from brunotot/refactor-frontend-build-failure
Browse files Browse the repository at this point in the history
chore: fix build failure for front
  • Loading branch information
brunotot authored Oct 7, 2024
2 parents 15c4f5c + 4132ea7 commit 1dac7b0
Show file tree
Hide file tree
Showing 3 changed files with 5,916 additions and 4,533 deletions.
3 changes: 3 additions & 0 deletions packages/mern-sample-app/app-vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"loadTranslationTypes": "i18next-resources-for-ts interface -i ./public/locales/en -o ./src/lib/i18next/@types/resources.d.ts"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/styled-engine-sc": "^6.0.2",
"@mui/icons-material": "^6.0.2",
"@mui/material": "^6.0.2",
"@mui/styles": "^6.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { FC } from "react";

import { Logout } from "@mui/icons-material";
import { MenuItem, ListItemIcon, Typography } from "@mui/material";
import { MenuItem, Typography } from "@mui/material";
import { useTheme } from "@mui/material/styles";

interface LogoutMenuItemProps {
Expand Down
Loading

0 comments on commit 1dac7b0

Please sign in to comment.