Skip to content

Commit

Permalink
Updating imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alphacoder-mp3 committed Sep 14, 2024
1 parent 85f4fad commit a4c0d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/get-notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a4c0d6a

Please sign in to comment.