From 0f44143942c475e62e5804e300d49514c44f6fa6 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:08:53 +0000 Subject: [PATCH] Seed: landing-page template (12 files) --- src/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/App.tsx diff --git a/src/App.tsx b/src/App.tsx new file mode 100644 index 0000000..ed91fc1 --- /dev/null +++ b/src/App.tsx @@ -0,0 +1,5 @@ +import Index from "@/pages/Index"; + +export default function App() { + return ; +}