Skip to content

Commit

Permalink
Remove extra slash from import
Browse files Browse the repository at this point in the history
  • Loading branch information
marlo-longley committed Mar 19, 2024
1 parent 8e002b3 commit 60b7269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WindowTopMenu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component } from 'react';
import Menu from '@mui/material//Menu';
import Menu from '@mui/material/Menu';
import ListSubheader from '@mui/material/ListSubheader';
import PropTypes from 'prop-types';
import WindowThumbnailSettings from '../containers/WindowThumbnailSettings';
Expand Down

0 comments on commit 60b7269

Please sign in to comment.