aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.js
diff options
context:
space:
mode:
authorNidboj132 <lol2s@vp.pl>2023-02-26 15:49:11 +0100
committerGitHub <noreply@github.com>2023-02-26 15:49:11 +0100
commit2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a (patch)
tree53b6a66cbb0b0ab49efe1c876878fed4d69e212e /frontend/src/App.js
parentactually add update profile route (#30) (diff)
downloadlphub-2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a.tar.gz
lphub-2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a.tar.bz2
lphub-2d1d2cc4e7982c9bbf7daa0ac4ea317960d0416a.zip
Add files via upload
Diffstat (limited to '')
-rw-r--r--frontend/src/App.js16
1 files changed, 16 insertions, 0 deletions
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 @@
1import React from 'react';
2
3import Sidebar from "./components/sidebar.js"
4import "./App.css";
5import "./fonts/D-DIN.otf"
6
7
8
9export default function App() {
10
11 return (
12 <>
13 <Sidebar/>
14 </>
15 )
16} \ No newline at end of file