diff options
Diffstat (limited to 'apps/web/components/new/document-cards/website-preview.tsx')
| -rw-r--r-- | apps/web/components/new/document-cards/website-preview.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/new/document-cards/website-preview.tsx b/apps/web/components/new/document-cards/website-preview.tsx index d61b1ed6..ab3c5ad3 100644 --- a/apps/web/components/new/document-cards/website-preview.tsx +++ b/apps/web/components/new/document-cards/website-preview.tsx @@ -3,7 +3,7 @@ import { useState } from "react" 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> |