From 893fa5981a3c831b4c7da6ee2aa131f829943a54 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Wed, 15 Jan 2020 23:22:43 +0300 Subject: style: fix all quote errors with new eslint config --- src/components/ContentSection/ContentSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ContentSection/ContentSection.js') 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 => ({ -- cgit v1.2.3