Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroWave022 committed Nov 10, 2024
1 parent 0c64648 commit 0630307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/[locale]/(default)/events/[id]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getTranslations, setRequestLocale } from 'next-intl/server';
import { format, isSameDay } from 'date-fns';
import { CalendarIcon, MapPinIcon } from 'lucide-react';
import { getTranslations, setRequestLocale } from 'next-intl/server';
import { notFound } from 'next/navigation';
import { format, isSameDay } from 'date-fns';

import { Avatar, AvatarImage } from '@/components/ui/Avatar';
import { Badge } from '@/components/ui/Badge';
Expand Down

0 comments on commit 0630307

Please sign in to comment.