From e02d10d5d306d2733c72cca93da00da8dfbcafa4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Jan 2026 13:36:49 -0500 Subject: [PATCH] Added name to App --- src/App.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a8b41197f2..0b541fda6d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,10 +7,7 @@ function App(): React.JSX.Element {
UM COS420 with React Hooks and TypeScript
-

- Edit src/App.tsx and save. This page will - automatically reload. -

+

Taggarts Site

); }