Skip to content

Commit

Permalink
one more wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Oct 4, 2023
1 parent 5ac1e75 commit 001e3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material-next/src/MenuItem/MenuItem.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from '@mui-internal/test-utils';
import MenuItem, { menuItemClasses as classes } from '@mui/material/MenuItem';
import ButtonBase from '@mui/material/ButtonBase';
import ListContext from '../List/ListContext';
import ListContext from '@mui/material/List/ListContext';

describe('<MenuItem />', () => {
const { render } = createRenderer();
Expand Down

0 comments on commit 001e3f3

Please sign in to comment.