diff options
Diffstat (limited to 'apps/web/components/content-cards/tweet.tsx')
| -rw-r--r-- | apps/web/components/content-cards/tweet.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/content-cards/tweet.tsx b/apps/web/components/content-cards/tweet.tsx index b2599770..adab6134 100644 --- a/apps/web/components/content-cards/tweet.tsx +++ b/apps/web/components/content-cards/tweet.tsx @@ -26,7 +26,7 @@ import { AlertDialogTrigger, } from "@repo/ui/components/alert-dialog" import { Brain, Trash2 } from "lucide-react" -import { colors } from "@repo/ui/memory-graph/constants" +import { colors } from "@repo/ui/colors" import { getPastelBackgroundColor } from "../memories-utils" type MyTweetProps = { |