aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Scoreboard/Scoreboard.js
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/Scoreboard/Scoreboard.js
parent8d98180b4f6882dbbe6754bceb8ffb09f46f7e7d (diff)
downloadchrono-cube-ui-893fa5981a3c831b4c7da6ee2aa131f829943a54.tar.gz
style: fix all quote errors with new eslint config
Diffstat (limited to 'src/pages/Scoreboard/Scoreboard.js')
-rw-r--r--src/pages/Scoreboard/Scoreboard.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pages/Scoreboard/Scoreboard.js b/src/pages/Scoreboard/Scoreboard.js
index 29d26c8..335c06b 100644
--- a/src/pages/Scoreboard/Scoreboard.js
+++ b/src/pages/Scoreboard/Scoreboard.js
@@ -1,13 +1,13 @@
import React, { useEffect, useState } from 'react';
-import { makeStyles } from "@material-ui/core/styles";
+import { makeStyles } from '@material-ui/core/styles';
-import { get } from "../../requests";
+import { get } from '../../requests';
-import SmartList from "../../components/SmartList/SmartList";
-import SolutionCard from "../../components/SolutionCard/SolutionCard";
-import Loading from "../../components/Loading/Loading";
-import Window from "../../components/Window/Window";
+import SmartList from '../../components/SmartList/SmartList';
+import SolutionCard from '../../components/SolutionCard/SolutionCard';
+import Loading from '../../components/Loading/Loading';
+import Window from '../../components/Window/Window';
const useStyles = makeStyles(theme => ({