From 46ce726d6130fc55b139db7f669a05315c24bc0f Mon Sep 17 00:00:00 2001 From: Kevin Sullivan <4653170+kevsul@users.noreply.github.com> Date: Thu, 18 Mar 2021 10:58:46 +0100 Subject: [PATCH] fix: create-react-app bug --- src/components/modal/Modal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/modal/Modal.js b/src/components/modal/Modal.js index a728ec7..5d7c98c 100644 --- a/src/components/modal/Modal.js +++ b/src/components/modal/Modal.js @@ -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({