From 8ff5b8ffdfdfa517b6d3f75a8ad1441a0335310b Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Thu, 18 Sep 2025 17:33:22 -0700 Subject: [PATCH] some message --- apps/web/components/get-started.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/web/components/get-started.tsx diff --git a/apps/web/components/get-started.tsx b/apps/web/components/get-started.tsx new file mode 100644 index 00000000..e3498ef3 --- /dev/null +++ b/apps/web/components/get-started.tsx @@ -0,0 +1,10 @@ +import { Logo } from "@ui/assets/Logo" + +export const GetStarted = () => { + return ( +
+ +

Get Started

+
+ ) +}