diff options
| author | Dhravya Shah <[email protected]> | 2025-09-18 17:33:22 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-18 17:33:22 -0700 |
| commit | 8ff5b8ffdfdfa517b6d3f75a8ad1441a0335310b (patch) | |
| tree | fead1023e8191574b488f4b9388d9c9533521317 /apps | |
| parent | fix: one more build error (diff) | |
| download | supermemory-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.tsx | 10 |
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> + ) +} |