mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
some message
This commit is contained in:
parent
53eeadccca
commit
8ff5b8ffdf
1 changed files with 10 additions and 0 deletions
10
apps/web/components/get-started.tsx
Normal file
10
apps/web/components/get-started.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Logo } from "@ui/assets/Logo"
|
||||
|
||||
export const GetStarted = () => {
|
||||
return (
|
||||
<div>
|
||||
<Logo />
|
||||
<h1>Get Started</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue