fix some type errors

This commit is contained in:
2024-05-14 19:07:41 +02:00
parent 8c6c58b62f
commit 08b2e5387d
6 changed files with 189 additions and 42 deletions

View File

@ -12,13 +12,13 @@ import { toLocalTime, formatDate } from "./date";
import { graphql } from "@/gql";
import {
EventFragment,
EventCategoryFragment,
EventCategory,
EventOccurrence,
} from "@/gql/graphql";
export type {
EventFragment,
EventCategoryFragment,
EventCategory,
EventOccurrence,
} from "@/gql/graphql";