Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Final push. pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyredflames committed Apr 21, 2020
1 parent 9a12827 commit cee214b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import "./App.css";
import { Route, Switch, BrowserRouter, Redirect } from "react-router-dom";
import Home from "./components/Home/Home";
import { Route, Switch, BrowserRouter } from "react-router-dom";
import Auth from "./layouts/Auth"

import "assets/plugins/nucleo/css/nucleo.css";
Expand Down

0 comments on commit cee214b

Please sign in to comment.