mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
remove ui page
This commit is contained in:
parent
9c015e28a8
commit
3fc3c14fe2
2 changed files with 1 additions and 3 deletions
|
|
@ -62,6 +62,7 @@ export default async function Home() {
|
|||
return (
|
||||
<MemoryProvider spaces={collectedSpaces}>
|
||||
<Content />
|
||||
<MessagePoster jwt={token} />
|
||||
</MemoryProvider>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
export default function Home() {
|
||||
return <></>;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue