mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 03:28:50 +00:00
save
This commit is contained in:
parent
0fc00170a7
commit
1849582df5
8 changed files with 20 additions and 39 deletions
|
@ -9,13 +9,13 @@ import "./App.css";
|
|||
import "./styles/colors.css";
|
||||
import "./styles/fonts.css";
|
||||
import "./styles/sizes.css";
|
||||
import Footer from "./components/Footer";
|
||||
import Footer from "./components/footer/Footer";
|
||||
import Header from "./components/Header";
|
||||
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 Feed from './components/feed/Feed';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue