From 48ea90c9ba7dcba67c1f33642630702db402becc Mon Sep 17 00:00:00 2001 From: Nick-tunes Date: Thu, 28 Aug 2025 13:27:58 -0400 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 b77558eaac..14fb625404 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,10 +7,7 @@ function App(): React.JSX.Element {
UD CISC275 with React Hooks and TypeScript
-

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

+

Student: Nicholas Farraj

); }