Skip to content

Commit

Permalink
fix: create-react-app bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kevsul committed Mar 18, 2021
1 parent 8ed477d commit 46ce726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modal/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
Fade
} from '@material-ui/core';

// Renamed due to https://github.com/facebook/create-react-app/issues/10047
import { gray6, gray3, gray1 } from 'index.module.scss';

const useStyles = makeStyles({
Expand Down

0 comments on commit 46ce726

Please sign in to comment.