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/Profile/Registration/Registration.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pages/Profile/Registration/Registration.js') diff --git a/src/pages/Profile/Registration/Registration.js b/src/pages/Profile/Registration/Registration.js index 45c83bc..af4ec30 100644 --- a/src/pages/Profile/Registration/Registration.js +++ b/src/pages/Profile/Registration/Registration.js @@ -6,10 +6,10 @@ import { Checkbox, FormControlLabel, Grid, -} from "@material-ui/core"; +} from '@material-ui/core'; -import ContentSection from "../../../components/ContentSection/ContentSection"; -import {get, post} from "../../../requests"; +import ContentSection from '../../../components/ContentSection/ContentSection'; +import {get, post} from '../../../requests'; const Registration = ({ setUser }) => { -- cgit v1.2.3