File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import { About } from "./about"
5
5
import { Pricing } from "./pricing"
6
6
import { Venue } from "./venue"
7
7
import { Button } from "@/app/conf/_components/button"
8
- import clsx from ' clsx'
9
- import { InfiniteMovingSpeakers } from ' ../_components/infinite-moving-speakers'
10
- import { schedule , speakers } from ' ./_data'
11
- import { SessionList } from ' ../_components/schedule/session-list'
12
- import { filterCategories2024 } from ' ../_components/schedule/filter-categories'
13
- import { eventsColors } from ' ./utils'
8
+ import clsx from " clsx"
9
+ import { InfiniteMovingSpeakers } from " ../_components/infinite-moving-speakers"
10
+ import { schedule , speakers } from " ./_data"
11
+ import { SessionList } from " ../_components/schedule/session-list"
12
+ import { filterCategories2024 } from " ../_components/schedule/filter-categories"
13
+ import { eventsColors } from " ./utils"
14
14
15
15
function shuffle < T extends any [ ] > ( array : T ) : T {
16
16
let currentIndex = array . length
You can’t perform that action at this time.
0 commit comments