Skip to content

Commit

Permalink
explictly define to fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ds committed Jan 5, 2024
1 parent c19af84 commit 5c3231b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions frontend/wmlandscape/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,18 @@ export default {
'core-js',
'lodash.merge',
'prop-types',
'@mui/icons-material',
'@mui/material',
'@mui/styles',
'@mui/material/TextareaAutosize',
'@mui/material/Button',
'@mui/material/Dialog',
'@mui/material/DialogActions',
'@mui/material/DialogContent',
'@mui/material/DialogTitle',
'@mui/material/InputLabel',
'@mui/material/MenuItem',
'@mui/material/FormControl',
'@mui/material/Select',
'@mui/material/styles',
'@mui/icons-material/FullscreenExit',
'@mui/icons-material/Fullscreen',
],
};

0 comments on commit 5c3231b

Please sign in to comment.