From 2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a Mon Sep 17 00:00:00 2001 From: Nidboj132 Date: Sun, 26 Feb 2023 15:49:11 +0100 Subject: Add files via upload --- frontend/src/App.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 frontend/src/App.js (limited to 'frontend/src/App.js') diff --git a/frontend/src/App.js b/frontend/src/App.js new file mode 100644 index 0000000..e853b02 --- /dev/null +++ b/frontend/src/App.js @@ -0,0 +1,16 @@ +import React from 'react'; + +import Sidebar from "./components/sidebar.js" +import "./App.css"; +import "./fonts/D-DIN.otf" + + + +export default function App() { + + return ( + <> + + + ) +} \ No newline at end of file -- cgit v1.2.3