From f058c26c668f4c41a30978f1d098d79b24750af3 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 13:25:07 +0000 Subject: [PATCH] Add src/App.tsx --- src/App.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/App.tsx diff --git a/src/App.tsx b/src/App.tsx new file mode 100644 index 0000000..24c8eeb --- /dev/null +++ b/src/App.tsx @@ -0,0 +1,13 @@ +import React from 'react' + +function App() { + return ( +
+

+ Hello Vite + React + Tailwind! +

+
+ ) +} + +export default App \ No newline at end of file