diff --git a/pages/availability/event/[type].tsx b/pages/availability/event/[type].tsx index bb081328..ed575f25 100644 --- a/pages/availability/event/[type].tsx +++ b/pages/availability/event/[type].tsx @@ -7,7 +7,12 @@ import prisma from '../../../lib/prisma'; import { LocationType } from '../../../lib/location'; import Shell from '../../../components/Shell'; import { useSession, getSession } from 'next-auth/client'; -import { LocationMarkerIcon, PlusCircleIcon, XIcon, PhoneIcon } from '@heroicons/react/outline'; +import { + LocationMarkerIcon, + PlusCircleIcon, + XIcon, + PhoneIcon, +} from '@heroicons/react/outline'; export default function EventType(props) { const router = useRouter(); @@ -129,191 +134,191 @@ export default function EventType(props) { }; return ( -