Skip to content

Commit 6249415

Browse files
authored
Update packages/material-ui/src/ImageList/ImageList.d.ts
1 parent 8c7c9ff commit 6249415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/ImageList/ImageList.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import * as React from 'react';
12
import { SxProps } from '@material-ui/system';
23
import { OverridableStringUnion } from '@material-ui/types';
3-
import * as React from 'react';
44
import { Theme } from '..';
55
import { OverridableComponent, OverrideProps } from '../OverridableComponent';
66

0 commit comments

Comments
 (0)