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/Profile.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/pages/Profile/Profile.js') diff --git a/src/pages/Profile/Profile.js b/src/pages/Profile/Profile.js index 861e58e..783d497 100644 --- a/src/pages/Profile/Profile.js +++ b/src/pages/Profile/Profile.js @@ -1,17 +1,17 @@ import React, { useState, useEffect } from 'react'; -import Window from "../../components/Window/Window"; +import Window from '../../components/Window/Window'; import { Button, makeStyles, -} from "@material-ui/core"; +} from '@material-ui/core'; -import Registration from "./Registration/Registration"; -import ContentSection from "../../components/ContentSection/ContentSection"; -import SmartList from "../../components/SmartList/SmartList"; +import Registration from './Registration/Registration'; +import ContentSection from '../../components/ContentSection/ContentSection'; +import SmartList from '../../components/SmartList/SmartList'; -import { get } from "../../requests"; -import SolutionCard from "../../components/SolutionCard/SolutionCard"; +import { get } from '../../requests'; +import SolutionCard from '../../components/SolutionCard/SolutionCard'; const useStyles = makeStyles(theme => ({ -- cgit v1.2.3