Skip to content

Commit e642e73

Browse files
committed
removed unused var
1 parent e6b6242 commit e642e73

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/App.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import React, { useContext } from "react";
1+
import React from "react";
22
import { TransitionGroup, CSSTransition } from "react-transition-group";
3-
4-
import { store, actions } from "./store";
5-
import { useTrivia, useStore } from "./hooks";
6-
73
import {
84
BrowserRouter as Router,
95
Switch,
@@ -13,6 +9,7 @@ import { ProtectedRoute, PublicRoute } from "./navigations";
139
import Dashboard from "./pages/Dashboard";
1410
import Account from "./pages/Account";
1511
import Login from "./pages/Login";
12+
import { useStore } from "./hooks";
1613

1714
const App = () => {
1815

0 commit comments

Comments
 (0)