diff --git a/src/ButtonAppBar.js b/src/ButtonAppBar.js index 21221baf..49a920e0 100644 --- a/src/ButtonAppBar.js +++ b/src/ButtonAppBar.js @@ -6,17 +6,17 @@ import Toolbar from '@mui/material/Toolbar/index.js'; import Typography from '@mui/material/Typography/index.js'; import Button from '@mui/material/Button/index.js'; import IconButton from '@mui/material/IconButton/index.js'; -import MenuIcon from '@mui/icons-material/Menu.js'; -import AddIcon from '@mui/icons-material/Add.js'; -import OpenInBrowserIcon from '@mui/icons-material/OpenInBrowser.js'; -import SaveAltIcon from '@mui/icons-material/SaveAlt.js'; -import UndoIcon from '@mui/icons-material/Undo.js'; -import RedoIcon from '@mui/icons-material/Redo.js'; -import ZoomInIcon from '@mui/icons-material/ZoomIn.js'; -import ZoomOutIcon from '@mui/icons-material/ZoomOut.js'; -import ZoomOutMapIcon from '@mui/icons-material/ZoomOutMap.js'; -import SettingsIcon from '@mui/icons-material/Settings.js'; -import HelpIcon from '@mui/icons-material/Help.js'; +import { Menu as MenuIcon } from '@mui/icons-material'; +import { Add as AddIcon } from '@mui/icons-material'; +import { OpenInBrowser as OpenInBrowserIcon } from '@mui/icons-material'; +import { SaveAlt as SaveAltIcon } from '@mui/icons-material'; +import { Undo as UndoIcon } from '@mui/icons-material'; +import { Redo as RedoIcon } from '@mui/icons-material'; +import { ZoomIn as ZoomInIcon } from '@mui/icons-material'; +import { ZoomOut as ZoomOutIcon } from '@mui/icons-material'; +import { ZoomOutMap as ZoomOutMapIcon } from '@mui/icons-material'; +import { Settings as SettingsIcon } from '@mui/icons-material'; +import { Help as HelpIcon } from '@mui/icons-material'; import GitHubIcon from './GitHubIcon.js' const styles = { @@ -114,7 +114,7 @@ function ButtonAppBar(props) { aria-label="Menu" onClick={handleMenuButtonClick} size="large"> - {/* */} + - {/* */} + - {/* */} + - {/* */} + - {/* */} + - {/* */} + - {/* */} + - {/* */} + - {/* */} +