diff options
Diffstat (limited to 'src/components/ContentSection')
-rw-r--r-- | src/components/ContentSection/ContentSection.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContentSection/ContentSection.js b/src/components/ContentSection/ContentSection.js index 99e76aa..5108ce0 100644 --- a/src/components/ContentSection/ContentSection.js +++ b/src/components/ContentSection/ContentSection.js @@ -4,7 +4,7 @@ import { Typography, Divider, makeStyles -} from "@material-ui/core"; +} from '@material-ui/core'; const useStyles = makeStyles(theme => ({ |