From 0116ca81fa629d8b636f61b4a19f8759d27fd388 Mon Sep 17 00:00:00 2001 From: Lukas Heine Date: Sun, 17 Mar 2024 08:45:36 +0000 Subject: [PATCH] frontend --- frontend/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index e44e3fb..a3e476d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,10 +1,12 @@ import React from 'react'; import './App.css'; import MainPage from "./components/MainPage"; +import Navbar from './components/Navbar'; function App() { return (
+
);