aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-09-18 17:33:22 -0700
committerDhravya Shah <[email protected]>2025-09-18 17:33:22 -0700
commit8ff5b8ffdfdfa517b6d3f75a8ad1441a0335310b (patch)
treefead1023e8191574b488f4b9388d9c9533521317 /apps
parentfix: one more build error (diff)
downloadsupermemory-09-18-some_message.tar.xz
supermemory-09-18-some_message.zip
some message09-18-some_message
Diffstat (limited to 'apps')
-rw-r--r--apps/web/components/get-started.tsx10
1 files changed, 10 insertions, 0 deletions
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 (
+ <div>
+ <Logo />
+ <h1>Get Started</h1>
+ </div>
+ )
+}