From ee6dc691743422a05ba95931863660bd7a4068da Mon Sep 17 00:00:00 2001 From: Nils Sirrenberg Date: Wed, 27 Mar 2024 02:15:31 +0100 Subject: [PATCH] show Projects --- src/scripts/App.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scripts/App.tsx b/src/scripts/App.tsx index 6afef33..45fd71d 100644 --- a/src/scripts/App.tsx +++ b/src/scripts/App.tsx @@ -1,14 +1,17 @@ import '../App.css'; import NavBar from '../components/NavBar'; import { Banner } from '../components/Banner.tsx'; +import { Projects } from '../components/Projects.tsx'; import '../styles/Default.css'; + function App() { return (
+
) }