aboutsummaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
authortwells46 <tom@wellsth.com>2026-01-25 11:14:07 -0600
committertwells46 <tom@wellsth.com>2026-01-25 11:14:07 -0600
commit8e99f04d9cbc420176e6c28cbff30374dba7e03c (patch)
tree3b01ea994472e376c0684abe8e7aef778df71e29 /src/App.tsx
Initial commitHEADmain
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx27
1 files changed, 27 insertions, 0 deletions
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 (
+ <div className="App">
+ <header className="App-header">
+ <img src={logo} className="App-logo" alt="logo" />
+ <p>
+ Edit <code>src/App.tsx</code> and save to reload.
+ I'm an alien!
+ </p>
+ <a
+ className="App-link"
+ href="https://reactjs.org"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ Learn React
+ </a>
+ </header>
+ </div>
+ );
+}
+
+export default App;