Skip to content

Commit ccce0cf

Browse files
committed
chore: prettier
1 parent bd023c8 commit ccce0cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/conf/2024/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import { About } from "./about"
55
import { Pricing } from "./pricing"
66
import { Venue } from "./venue"
77
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"
1414

1515
function shuffle<T extends any[]>(array: T): T {
1616
let currentIndex = array.length

0 commit comments

Comments
 (0)