From eeab67611f16cfce112ac2779bb324d089a7c2fa Mon Sep 17 00:00:00 2001
From: Nidboj132 <28981031+Nidboj132@users.noreply.github.com>
Date: Sun, 5 Nov 2023 20:27:51 +0100
Subject: feat: profile (#54)
Former-commit-id: be6cd428190c05b2fa99e36c32765cc0fd4044e8
---
frontend/src/App.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'frontend/src/App.js')
diff --git a/frontend/src/App.js b/frontend/src/App.js
index d75636f..93652e6 100644
--- a/frontend/src/App.js
+++ b/frontend/src/App.js
@@ -6,6 +6,7 @@ import Main from "./components/main.js"
import "./App.css";
import Summary from "./components/pages/summary.js"
+import Profile from "./components/pages/profile.js"
import About from './components/pages/about.js';
@@ -30,7 +31,8 @@ export default function App() {
}>
}>
}>
- }>
+ }>
+ }>
}>
}>
}>
--
cgit v1.2.3