Skip to content

Commit 360a485

Browse files
Quick fix for #16374
Based on #16374 (comment)
1 parent c755854 commit 360a485

File tree

1 file changed

+1
-1
lines changed
  • packages/material-ui/src/Chip

1 file changed

+1
-1
lines changed

packages/material-ui/src/Chip/Chip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { emphasize, fade } from '../styles/colorManipulator';
77
import { useForkRef } from '../utils/reactHelpers';
88
import unsupportedProp from '../utils/unsupportedProp';
99
import { capitalize } from '../utils/helpers';
10-
import '../Avatar/Avatar'; // So we don't have any override priority issue.
10+
import '../Avatar'; // So we don't have any override priority issue.
1111

1212
export const styles = theme => {
1313
const height = 32;

0 commit comments

Comments
 (0)