mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-12 23:01:07 +00:00
Update apps/web/app/(dash)/home/page.tsx
Co-authored-by: kaizen-bot[bot] <150987473+kaizen-bot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0262404a98
commit
3c92d84f0f
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ function Page({ searchParams }: { searchParams: Record<string, string> }) {
|
|||
initialSpaces={spaces}
|
||||
/>
|
||||
|
||||
<History setQuery={setQuery} />
|
||||
<History setQuery={setQuery}/>
|
||||
```
|
||||
</div>
|
||||
|
||||
<div className="w-full fixed bottom-0 left-0 p-4">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue