From c03c1a836ec62c81bad907ef99c4f1dea242b512 Mon Sep 17 00:00:00 2001 From: "Mr. Algorithm" <11aravipratapsingh@gmail.com> Date: Mon, 29 Sep 2025 00:55:10 +0530 Subject: [PATCH] created basic routing and setup --- app/page.tsx | 0 app/{root}/layout.tsx | 0 app/{root}/page.tsx | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/page.tsx create mode 100644 app/{root}/layout.tsx create mode 100644 app/{root}/page.tsx diff --git a/app/page.tsx b/app/page.tsx new file mode 100644 index 0000000..e69de29 diff --git a/app/{root}/layout.tsx b/app/{root}/layout.tsx new file mode 100644 index 0000000..e69de29 diff --git a/app/{root}/page.tsx b/app/{root}/page.tsx new file mode 100644 index 0000000..e69de29