diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-15 23:22:43 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-15 23:22:43 +0300 |
commit | 893fa5981a3c831b4c7da6ee2aa131f829943a54 (patch) | |
tree | c74cf682b289304dfcd019e6641f6789dafbbc2a /src/pages/Contribute | |
parent | 8d98180b4f6882dbbe6754bceb8ffb09f46f7e7d (diff) | |
download | chrono-cube-ui-893fa5981a3c831b4c7da6ee2aa131f829943a54.tar.gz |
style: fix all quote errors with new eslint config
Diffstat (limited to 'src/pages/Contribute')
-rw-r--r-- | src/pages/Contribute/Contribute.js | 6 |
1 files changed, 3 insertions, 3 deletions
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 => ({ |