From da7c988469ce2c3e17173f72416808ddb355d224 Mon Sep 17 00:00:00 2001 From: Nidboj132 Date: Sat, 29 Apr 2023 13:00:05 +0200 Subject: ui update --- frontend/src/App.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'frontend/src/App.js') diff --git a/frontend/src/App.js b/frontend/src/App.js index e853b02..26aec98 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -1,16 +1,31 @@ import React from 'react'; +import { BrowserRouter, Routes, Route} from "react-router-dom"; import Sidebar from "./components/sidebar.js" +import Main from "./components/main.js" import "./App.css"; -import "./fonts/D-DIN.otf" export default function App() { - + return ( <> + + + }> + }> + }> + }> + }> + }> + }> + }> + }> + }> + + ) } \ No newline at end of file -- cgit v1.2.3