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/pages/Contribute/Contribute.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pages/Contribute/Contribute.js') diff --git a/src/pages/Contribute/Contribute.js b/src/pages/Contribute/Contribute.js index 6837f59..d94cc80 100644 --- a/src/pages/Contribute/Contribute.js +++ b/src/pages/Contribute/Contribute.js @@ -9,14 +9,14 @@ import { Avatar, Divider, makeStyles, -} from "@material-ui/core"; +} from '@material-ui/core'; import TrendingUpIcon from '@material-ui/icons/TrendingUp'; import BugReportIcon from '@material-ui/icons/BugReport'; import NewReleasesIcon from '@material-ui/icons/NewReleases'; -import Window from "../../components/Window/Window"; -import ContentSection from "../../components/ContentSection/ContentSection"; +import Window from '../../components/Window/Window'; +import ContentSection from '../../components/ContentSection/ContentSection'; const useStyles = makeStyles(theme => ({ -- cgit v1.2.3