aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Profile/Registration
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-15 23:22:43 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-15 23:22:43 +0300
commit893fa5981a3c831b4c7da6ee2aa131f829943a54 (patch)
treec74cf682b289304dfcd019e6641f6789dafbbc2a /src/pages/Profile/Registration
parent8d98180b4f6882dbbe6754bceb8ffb09f46f7e7d (diff)
downloadchrono-cube-ui-893fa5981a3c831b4c7da6ee2aa131f829943a54.tar.gz
style: fix all quote errors with new eslint config
Diffstat (limited to 'src/pages/Profile/Registration')
-rw-r--r--src/pages/Profile/Registration/Registration.js6
1 files changed, 3 insertions, 3 deletions
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 }) => {