From c2503078307759860736b4467507abf1e68c326d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 4 Oct 2025 16:53:25 -0700 Subject: Initial commit --- src/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/App.tsx (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx new file mode 100644 index 0000000..8666e34 --- /dev/null +++ b/src/App.tsx @@ -0,0 +1,5 @@ +export const App: React.FC = () => { + return
+ hello +
+} -- cgit v1.2.3-70-g09d2