From ed83fe708a8bc83fe0b26102c37bce4cd2242989 Mon Sep 17 00:00:00 2001 From: dertyp7 Date: Sat, 13 Jan 2024 18:34:19 +0100 Subject: [PATCH] Refactor code for improved performance and readability --- src/App.tsx | 8 +++++--- src/components/Skills.tsx | 0 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 src/components/Skills.tsx diff --git a/src/App.tsx b/src/App.tsx index 681cf36..97f52a1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,10 +12,12 @@ export default function App() {
-

+

Skills -

- {/* Add your skills content here */} + +

+ Projects +

diff --git a/src/components/Skills.tsx b/src/components/Skills.tsx new file mode 100644 index 0000000..e69de29