aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/new/document-cards/google-docs-preview.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/new/document-cards/google-docs-preview.tsx')
-rw-r--r--apps/web/components/new/document-cards/google-docs-preview.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/new/document-cards/google-docs-preview.tsx b/apps/web/components/new/document-cards/google-docs-preview.tsx
index ee3e6c72..6c783c7d 100644
--- a/apps/web/components/new/document-cards/google-docs-preview.tsx
+++ b/apps/web/components/new/document-cards/google-docs-preview.tsx
@@ -2,7 +2,7 @@
import type { DocumentsWithMemoriesResponseSchema } from "@repo/validation/api"
import type { z } from "zod"
-import { dmSansClassName } from "@/utils/fonts"
+import { dmSansClassName } from "@/lib/fonts"
import { cn } from "@lib/utils"
type DocumentsResponse = z.infer<typeof DocumentsWithMemoriesResponseSchema>