summaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-04 16:53:25 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-04 16:53:25 -0700
commitc2503078307759860736b4467507abf1e68c326d (patch)
tree1c29e78c763abf312cfaa7e78edd9294cf28aa20 /src/App.tsx
downloadansicolor-c2503078307759860736b4467507abf1e68c326d.tar.gz
ansicolor-c2503078307759860736b4467507abf1e68c326d.zip
Initial commit
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx5
1 files changed, 5 insertions, 0 deletions
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 <div>
+ hello
+ </div>
+}