add some date handling

This commit is contained in:
2024-05-12 01:40:59 +02:00
parent a6fcaa1579
commit e12a9a82fa
6 changed files with 76 additions and 10 deletions

View File

@ -1,6 +1,8 @@
import { graphql } from "@/gql";
import { EventFragment, EventOccurrence } from "@/gql/graphql";
export type { EventFragment } from "@/gql/graphql"
const EventFragmentDefinition = graphql(`
fragment Event on EventPage {
__typename