Skip to content

Commit

Permalink
fix: import signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppemilicia committed Dec 17, 2022
1 parent d5f8a9c commit b3b5c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import SideBar from "./components/SideBar";
import {Outlet, Route, Routes} from "react-router-dom";
import Error404 from "./pages/Error404";
import Login from "./pages/Login";
import Signup from "./pages/Signup";

function App() {
return (
Expand Down

0 comments on commit b3b5c59

Please sign in to comment.