diff options
Diffstat (limited to 'apps/web/components/content-cards/google-docs.tsx')
| -rw-r--r-- | apps/web/components/content-cards/google-docs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/content-cards/google-docs.tsx b/apps/web/components/content-cards/google-docs.tsx index 6b44a064..aa7da8cd 100644 --- a/apps/web/components/content-cards/google-docs.tsx +++ b/apps/web/components/content-cards/google-docs.tsx @@ -16,7 +16,7 @@ import { } from "@repo/ui/components/alert-dialog" import { ExternalLink, FileText, Brain, Trash2 } from "lucide-react" import { cn } from "@lib/utils" -import { colors } from "@repo/ui/memory-graph/constants" +import { colors } from "@repo/ui/colors" import { getPastelBackgroundColor } from "../memories-utils" interface GoogleDocsCardProps { |