We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf82961 commit 9b04a32Copy full SHA for 9b04a32
src/components/UpcomingEventsList.tsx
@@ -1,14 +1,14 @@
1
import { useEffect, useState } from "react"
2
import { Box } from "@chakra-ui/react"
3
4
+import type{ CommunityConference } from "@/lib/types"
5
+
6
import Translation from "@/components/Translation"
7
8
import { trackCustomEvent } from "@/lib/utils/matomo"
9
10
import CommunityConferences from "../data/community-events"
11
-import type{ CommunityConference } from "@/lib/types"
-
12
import { Button } from "./Buttons"
13
import EventCard from "./EventCard"
14
import InfoBanner from "./InfoBanner"
0 commit comments