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 6eb604d commit e5d7263Copy full SHA for e5d7263
src/app/conf/2023/sessions/[id]/page.tsx
@@ -12,7 +12,7 @@ import {
12
} from "../../../_components/speakers/social-media"
13
import { speakers, schedule } from "@/app/conf/2023/_data"
14
import { metadata as layoutMetadata } from "@/app/conf/2023/layout"
15
-import { format, parseISO } from 'date-fns'
+import { format, parseISO } from "date-fns"
16
17
type SessionProps = { params: { id: string } }
18
0 commit comments