Skip to content

Commit 52da917

Browse files
committed
import cleanup
1 parent a179d99 commit 52da917

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/components/UpcomingEventsList.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ import { Box } from "@chakra-ui/react"
33

44
import type { CommunityConference } from "@/lib/types"
55

6+
import { Button } from "@/components/Buttons"
7+
import EventCard from "@/components/EventCard"
8+
import InfoBanner from "@/components/InfoBanner"
9+
import InlineLink from "@/components/Link"
610
import Translation from "@/components/Translation"
711

812
import { trackCustomEvent } from "@/lib/utils/matomo"
913

10-
import communityConferences from "../data/community-events"
11-
12-
import { Button } from "./Buttons"
13-
import EventCard from "./EventCard"
14-
import InfoBanner from "./InfoBanner"
15-
import InlineLink from "./Link"
14+
import communityConferences from "@/data/community-events"
1615

1716
type OrderedUpcomingEvent = CommunityConference & {
1817
date: string

0 commit comments

Comments
 (0)