diff options
Diffstat (limited to 'apps/web/components/content-cards/note.tsx')
| -rw-r--r-- | apps/web/components/content-cards/note.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/content-cards/note.tsx b/apps/web/components/content-cards/note.tsx index 5fd6f740..ea0e362c 100644 --- a/apps/web/components/content-cards/note.tsx +++ b/apps/web/components/content-cards/note.tsx @@ -12,7 +12,7 @@ import { AlertDialogTrigger, } from "@repo/ui/components/alert-dialog" -import { colors } from "@repo/ui/memory-graph/constants" +import { colors } from "@repo/ui/colors" import { Brain, ExternalLink, Trash2 } from "lucide-react" import { cn } from "@lib/utils" import { useState } from "react" |