We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c755854 commit 360a485Copy full SHA for 360a485
packages/material-ui/src/Chip/Chip.js
@@ -7,7 +7,7 @@ import { emphasize, fade } from '../styles/colorManipulator';
7
import { useForkRef } from '../utils/reactHelpers';
8
import unsupportedProp from '../utils/unsupportedProp';
9
import { capitalize } from '../utils/helpers';
10
-import '../Avatar/Avatar'; // So we don't have any override priority issue.
+import '../Avatar'; // So we don't have any override priority issue.
11
12
export const styles = theme => {
13
const height = 32;
0 commit comments