From 887ec4af81dd56b798e360194299eea6b81d99ac Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 20 Jul 2023 00:31:36 +0300 Subject: feat: about page Former-commit-id: 103850ab3128cf9042565a59b216cd2dac553682 --- frontend/src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/src/App.js') diff --git a/frontend/src/App.js b/frontend/src/App.js index c1745a7..d75636f 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 About from './components/pages/about.js'; export default function App() { @@ -31,7 +32,7 @@ export default function App() { }> }> }> - }> + }> }> }> -- cgit v1.2.3