Skip to content

Commit

Permalink
Merge pull request #3894 from ProjectMirador/fix-slash
Browse files Browse the repository at this point in the history
Remove extra slash from import
  • Loading branch information
jcoyne committed Mar 19, 2024
2 parents 8e002b3 + 60b7269 commit 6cb8524
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 6cb8524

Please sign in to comment.