Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Aug 10, 2022
1 parent c3caf61 commit 7f1e5e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/mui-base/src/InputUnstyled/InputUnstyled.test.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import * as React from 'react';
import { createMount, createRenderer, describeConformanceUnstyled, screen } from 'test/utils';
import { expect } from 'chai';
import InputUnstyled, {
inputUnstyledClasses,
InputUnstyledOwnProps,
} from '@mui/base/InputUnstyled';
import InputUnstyled, { inputUnstyledClasses } from '@mui/base/InputUnstyled';

describe('<InputUnstyled />', () => {
const mount = createMount();
Expand Down

0 comments on commit 7f1e5e3

Please sign in to comment.