aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src/app
diff options
context:
space:
mode:
authoryxshv <[email protected]>2024-04-11 17:11:09 +0530
committeryxshv <[email protected]>2024-04-11 17:11:09 +0530
commitec0b048365027fcb733a58cdb0fd3af8e15e1f7a (patch)
tree5f13b19b2ff12bc49ab02271b50488a3ebecd2f1 /apps/web/src/app
parentMerge branch 'main' of https://github.com/dhravya/supermemory (diff)
downloadsupermemory-ec0b048365027fcb733a58cdb0fd3af8e15e1f7a.tar.xz
supermemory-ec0b048365027fcb733a58cdb0fd3af8e15e1f7a.zip
new db actions
Diffstat (limited to 'apps/web/src/app')
-rw-r--r--apps/web/src/app/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx
index 6f9ca753..ccceffe0 100644
--- a/apps/web/src/app/page.tsx
+++ b/apps/web/src/app/page.tsx
@@ -77,7 +77,7 @@ export default async function Home() {
// });
return (
- <MemoryProvider spaces={collectedSpaces}>
+ <MemoryProvider spaces={collectedSpaces} freeMemories={[]}>
<Content jwt={token} />
{/* <MessagePoster jwt={token} /> */}
</MemoryProvider>