We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b6242 commit e642e73Copy full SHA for e642e73
src/App.js
@@ -1,9 +1,5 @@
1
-import React, { useContext } from "react";
+import React from "react";
2
import { TransitionGroup, CSSTransition } from "react-transition-group";
3
-
4
-import { store, actions } from "./store";
5
-import { useTrivia, useStore } from "./hooks";
6
7
import {
8
BrowserRouter as Router,
9
Switch,
@@ -13,6 +9,7 @@ import { ProtectedRoute, PublicRoute } from "./navigations";
13
import Dashboard from "./pages/Dashboard";
14
10
import Account from "./pages/Account";
15
11
import Login from "./pages/Login";
12
+import { useStore } from "./hooks";
16
17
const App = () => {
18
0 commit comments