Skip to content

Commit a4c0d6a

Browse files
committedSep 14, 2024
Updating imports
1 parent 85f4fad commit a4c0d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/get-notes.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
CardTitle,
99
CardFooter,
1010
} from '@/components/ui/card';
11-
import { ListingCard } from './card/listing-card';
11+
import { ListingCard } from '@/components/card/listing-card';
1212
import Image from 'next/image';
1313
import { getLightModeColor, getDarkModeColor } from '@/common/common';
1414
import { getCollaborators } from '@/app/actions/collaborate-actions';

0 commit comments

Comments
 (0)