aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Timer/Timer.js
diff options
context:
space:
mode:
authorEugene <eug-vs@keemail.me>2020-01-16 19:32:18 +0000
committerGitHub <noreply@github.com>2020-01-16 19:32:18 +0000
commit22918f53bdee82e0a34bb2a09059ccd3ffca0dc6 (patch)
tree52779dc13ae2b8714b108c6cd23951de36344fbd /src/pages/Timer/Timer.js
parent8a005dd6d506faf4fd1d5766a3f51d94300f4fd8 (diff)
parent6ceb6dbb3a7a43394a2318c8c9eda44e8c7a3ccb (diff)
downloadchrono-cube-ui-22918f53bdee82e0a34bb2a09059ccd3ffca0dc6.tar.gz
Merge pull request #40 from Eug-VS/eslint
feat: configure ESlint
Diffstat (limited to 'src/pages/Timer/Timer.js')
-rw-r--r--src/pages/Timer/Timer.js12
1 files changed, 6 insertions, 6 deletions
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 => ({