Skip to content

Commit

Permalink
Update packages/material-ui/src/ImageList/ImageList.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Jan 26, 2021
1 parent 8c7c9ff commit 6249415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/ImageList/ImageList.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { SxProps } from '@material-ui/system';
import { OverridableStringUnion } from '@material-ui/types';
import * as React from 'react';
import { Theme } from '..';
import { OverridableComponent, OverrideProps } from '../OverridableComponent';

Expand Down

0 comments on commit 6249415

Please sign in to comment.