Skip to content

Commit e5d7263

Browse files
committed
chore: prettier
1 parent 6eb604d commit e5d7263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2023/sessions/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
} from "../../../_components/speakers/social-media"
1313
import { speakers, schedule } from "@/app/conf/2023/_data"
1414
import { metadata as layoutMetadata } from "@/app/conf/2023/layout"
15-
import { format, parseISO } from 'date-fns'
15+
import { format, parseISO } from "date-fns"
1616

1717
type SessionProps = { params: { id: string } }
1818

0 commit comments

Comments
 (0)