Skip to content

Commit

Permalink
delete file that was missed in the merge and diff corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcorreia committed Aug 13, 2024
1 parent 2992e74 commit 050a726
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 123 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const CustomListItem = ({
setAnchorEl(null);
setOpen(false);
};

const handleColorChange = (color) => {
setSelectedColor(color.hex);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const Sidebar = ({
const handleToggleContent = (_, type) => {
setContent(type);
};

return (
<Drawer
variant="permanent"
Expand Down
5 changes: 1 addition & 4 deletions applications/visualizer/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export default defineConfig(({ command, mode }) => {
secure: !isDev,
},
},
},
// optimizeDeps: {
// include: ["@emotion/react", '@mui/material/Tooltip', '@emotion/styled', '@mui/material/Unstable_Grid2'] // https://github.com/mui/material-ui/issues/32727
// },
}
};
});

0 comments on commit 050a726

Please sign in to comment.