mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 03:28:50 +00:00
Initial Commit
This commit is contained in:
parent
f5bfdf48a2
commit
1adb8361c5
4 changed files with 59 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
import "./App.css";
|
||||
import "./styles/colors.css";
|
||||
import "./styles/fonts.css";
|
||||
|
@ -9,6 +10,7 @@ import Profile from "./pages/Profile";
|
|||
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
|
||||
import { Auth } from "./api/Auth";
|
||||
import { NotFound } from "./pages/404Page/NotFoundPage";
|
||||
import PostCreation from './PostCreation';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue