Skip to content

Commit fba032e

Browse files
Fix lint
1 parent 89e3068 commit fba032e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-system/src/cssVars/useCurrentColorScheme.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import { expect } from 'chai';
33
import { spy } from 'sinon';
4-
import { createRenderer, fireEvent, act, screen, reactMajor } from '@mui/internal-test-utils';
4+
import { createRenderer, fireEvent, act, screen } from '@mui/internal-test-utils';
55
import {
66
DEFAULT_MODE_STORAGE_KEY,
77
DEFAULT_COLOR_SCHEME_STORAGE_KEY,

0 commit comments

Comments
 (0)