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/Timer/Timer.js | 12 ++++++------ src/pages/Timer/TimerButton/TimerButton.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/pages/Timer') diff --git a/src/pages/Timer/Timer.js b/src/pages/Timer/Timer.js index a41c47b..1323d97 100644 --- a/src/pages/Timer/Timer.js +++ b/src/pages/Timer/Timer.js @@ -2,13 +2,13 @@ import React from 'react'; import { post } from '../../requests'; -import Window from "../../components/Window/Window"; -import ContentSection from "../../components/ContentSection/ContentSection"; -import TimerButton from "./TimerButton/TimerButton"; -import SmartList from "../../components/SmartList/SmartList"; -import SolutionCard from "../../components/SolutionCard/SolutionCard"; +import Window from '../../components/Window/Window'; +import ContentSection from '../../components/ContentSection/ContentSection'; +import TimerButton from './TimerButton/TimerButton'; +import SmartList from '../../components/SmartList/SmartList'; +import SolutionCard from '../../components/SolutionCard/SolutionCard'; -import { Button, makeStyles } from "@material-ui/core"; +import { Button, makeStyles } from '@material-ui/core'; const useStyles = makeStyles(theme => ({ diff --git a/src/pages/Timer/TimerButton/TimerButton.js b/src/pages/Timer/TimerButton/TimerButton.js index 82af6ec..c0adea3 100644 --- a/src/pages/Timer/TimerButton/TimerButton.js +++ b/src/pages/Timer/TimerButton/TimerButton.js @@ -1,7 +1,7 @@ import React, { useState, useEffect } from 'react'; import { Paper, Typography } from '@material-ui/core'; -import { makeStyles } from "@material-ui/core/styles"; +import { makeStyles } from '@material-ui/core/styles'; const useStyles = makeStyles(theme => ({ root: { -- cgit v1.2.3