Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Nov 29, 2024
1 parent 5c75456 commit d88d272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Grid2/Grid2.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as React from 'react';
import { createRenderer } from '@mui/internal-test-utils';
import Grid2, { grid2Classes as classes } from '@mui/material/Grid2';
import { createTheme, ThemeProvider } from '@mui/material/styles';
import { expect } from 'chai';
import describeConformance from '../../test/describeConformance';
import { createTheme, ThemeProvider } from '..';

// The main tests are in mui-system Grid folder
describe('<Grid2 />', () => {
Expand Down

0 comments on commit d88d272

Please sign in to comment.