export const getStaticProps: GetStaticProps<
  UserHoursPageProps,
  UserHoursPageQuery
> = async (ctx: GetStaticPropsContext<UserHoursPageQuery>) => {
  if (!ctx.params) throw new Error('Cannot fetch org and user w/out params.');