From 8e99f04d9cbc420176e6c28cbff30374dba7e03c Mon Sep 17 00:00:00 2001 From: twells46 Date: Sun, 25 Jan 2026 11:14:07 -0600 Subject: Initial commit --- src/App.tsx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..ddeffaf --- /dev/null +++ b/src/App.tsx @@ -0,0 +1,27 @@ +import React from 'react'; +import logo from './logo.svg'; +import './App.css'; + +function App() { + return ( +
+
+ logo +

+ Edit src/App.tsx and save to reload. + I'm an alien! +

+ + Learn React + +
+
+ ); +} + +export default App; -- cgit v1.2.3