Skip to content

Commit 9b04a32

Browse files
committed
lint fix
1 parent cf82961 commit 9b04a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/UpcomingEventsList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { useEffect, useState } from "react"
22
import { Box } from "@chakra-ui/react"
33

4+
import type{ CommunityConference } from "@/lib/types"
5+
46
import Translation from "@/components/Translation"
57

68
import { trackCustomEvent } from "@/lib/utils/matomo"
79

810
import CommunityConferences from "../data/community-events"
911

10-
import type{ CommunityConference } from "@/lib/types"
11-
1212
import { Button } from "./Buttons"
1313
import EventCard from "./EventCard"
1414
import InfoBanner from "./InfoBanner"

0 commit comments

Comments
 (0)