diff options
| author | Dhravya <[email protected]> | 2024-06-01 21:21:52 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-01 21:21:52 -0500 |
| commit | f105a2fd92c25a75668c3615cd8328fa875050d8 (patch) | |
| tree | db5c8cd657623016029143b4123878ac6b025f2a /apps/web/app/layout.tsx | |
| parent | started implmeneting filter (diff) | |
| download | supermemory-f105a2fd92c25a75668c3615cd8328fa875050d8.tar.xz supermemory-f105a2fd92c25a75668c3615cd8328fa875050d8.zip | |
commented the backend code with it's limitations + optimised and removed a bunch of unnecessary queries
Diffstat (limited to 'apps/web/app/layout.tsx')
| -rw-r--r-- | apps/web/app/layout.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 37541f04..8d7cd5ea 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -1,4 +1,3 @@ -// import "./globals.css"; import "@repo/tailwind-config/globals.css"; import type { Metadata } from "next"; |