mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
10 lines
142 B
TypeScript
10 lines
142 B
TypeScript
import { Logo } from "@ui/assets/Logo"
|
|
|
|
export const GetStarted = () => {
|
|
return (
|
|
<div>
|
|
<Logo />
|
|
<h1>Get Started</h1>
|
|
</div>
|
|
)
|
|
}
|