fix some type errors
This commit is contained in:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user