From a4c0d6a5a6173674265e958d780e6f1145cccf7e Mon Sep 17 00:00:00 2001 From: alphacoder-mp3 Date: Sat, 14 Sep 2024 18:39:35 +0530 Subject: [PATCH] Updating imports --- components/get-notes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/get-notes.tsx b/components/get-notes.tsx index 5eb0e6b..c71f2e6 100644 --- a/components/get-notes.tsx +++ b/components/get-notes.tsx @@ -8,7 +8,7 @@ import { CardTitle, CardFooter, } from '@/components/ui/card'; -import { ListingCard } from './card/listing-card'; +import { ListingCard } from '@/components/card/listing-card'; import Image from 'next/image'; import { getLightModeColor, getDarkModeColor } from '@/common/common'; import { getCollaborators } from '@/app/actions/collaborate-actions';