File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,15 @@ import { Box } from "@chakra-ui/react"
3
3
4
4
import type { CommunityConference } from "@/lib/types"
5
5
6
+ import { Button } from "@/components/Buttons"
7
+ import EventCard from "@/components/EventCard"
8
+ import InfoBanner from "@/components/InfoBanner"
9
+ import InlineLink from "@/components/Link"
6
10
import Translation from "@/components/Translation"
7
11
8
12
import { trackCustomEvent } from "@/lib/utils/matomo"
9
13
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"
16
15
17
16
type OrderedUpcomingEvent = CommunityConference & {
18
17
date : string
You can’t perform that action at this time.
0 commit comments