diff options
Diffstat (limited to 'src/pages/Timer/Timer.js')
-rw-r--r-- | src/pages/Timer/Timer.js | 12 |
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 => ({ |