diff options
| author | Yash <[email protected]> | 2024-04-04 16:45:12 +0000 |
|---|---|---|
| committer | Yash <[email protected]> | 2024-04-04 16:45:12 +0000 |
| commit | 3d334829a4f9c30b201b72a518239bab09c0bac2 (patch) | |
| tree | 84a1fe199355b83a689020524e7519a5f930aef4 /apps/web/src/lib | |
| parent | Merge branch 'new-ui' of https://github.com/Dhravya/supermemory into new-ui (diff) | |
| download | supermemory-3d334829a4f9c30b201b72a518239bab09c0bac2.tar.xz supermemory-3d334829a4f9c30b201b72a518239bab09c0bac2.zip | |
improve phone ux
Diffstat (limited to 'apps/web/src/lib')
| -rw-r--r-- | apps/web/src/lib/utils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/src/lib/utils.ts b/apps/web/src/lib/utils.ts index c6678e4b..665f0973 100644 --- a/apps/web/src/lib/utils.ts +++ b/apps/web/src/lib/utils.ts @@ -1,3 +1,4 @@ +"use client"; import { type ClassValue, clsx } from "clsx"; import { twMerge } from "tailwind-merge"; |