aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-11 19:42:47 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-11 19:42:47 +0300
commit31a205016f9e811ece59f3f1101a06ebcd846cd2 (patch)
tree9bdacebc5c1e30c97a2476a56e595202e104ffef /src/index.js
parentb2fe1b816044b8630f570c04c884c8ffcf3e3e61 (diff)
downloadchrono-cube-ui-31a205016f9e811ece59f3f1101a06ebcd846cd2.tar.gz
Markup initial Contribute page
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index b14708e..f9d7e32 100644
--- a/src/index.js
+++ b/src/index.js
@@ -8,6 +8,7 @@ import theme from "./theme";
import Header from './components/Header/Header';
import Timer from "./pages/Timer/Timer";
import Scoreboard from "./pages/Scoreboard/Scoreboard";
+import Contribute from "./pages/Contribute/Contribute";
const App = () => {
@@ -24,8 +25,13 @@ const App = () => {
setRecentSolutions={setRecentSolutions}
/>
);
+
case 'scoreboard':
- return (<Scoreboard/>);
+ return (<Scoreboard />);
+
+ case 'contribute':
+ return (<Contribute />);
+
default:
return (
<p>