This commit is contained in:
MisbehavedNinjaRadiator 2025-06-18 17:17:57 +02:00
parent 0fc00170a7
commit 1849582df5
8 changed files with 20 additions and 39 deletions

View file

@ -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 (