diff options
| author | Dhravya Shah <[email protected]> | 2024-07-23 23:41:03 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-23 23:41:03 -0500 |
| commit | 3c92d84f0fb633b5e82ca17d678c94c1ab2cf55e (patch) | |
| tree | 2b0e463dade30add873552b6437c2d6a21e2f3a8 | |
| parent | Merge branch 'main' into filtering (diff) | |
| download | supermemory-3c92d84f0fb633b5e82ca17d678c94c1ab2cf55e.tar.xz supermemory-3c92d84f0fb633b5e82ca17d678c94c1ab2cf55e.zip | |
Update apps/web/app/(dash)/home/page.tsx
Co-authored-by: kaizen-bot[bot] <150987473+kaizen-bot[bot]@users.noreply.github.com>
| -rw-r--r-- | apps/web/app/(dash)/home/page.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/home/page.tsx b/apps/web/app/(dash)/home/page.tsx index eafa4206..d284ce68 100644 --- a/apps/web/app/(dash)/home/page.tsx +++ b/apps/web/app/(dash)/home/page.tsx @@ -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"> |