aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.js
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-02-26 20:44:37 +0300
committerGitHub <noreply@github.com>2023-02-26 20:44:37 +0300
commit95caa9dc16cbefcb984ac7a70c5a05b66bab2230 (patch)
tree3e9ae6888905b1a750ad855e3d5b46f70d062481 /frontend/src/App.js
parentactually add update profile route (#30) (diff)
parentUpdate package.json (diff)
downloadlphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.gz
lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.bz2
lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.zip
Merge pull request #32 from Nidboj132/main
frontend
Diffstat (limited to 'frontend/src/App.js')
-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