diff --git a/packages/trpc/lib/graphql/Fragments/HotelPage/Ref.graphql.ts b/packages/trpc/lib/graphql/Fragments/HotelPage/Ref.graphql.ts deleted file mode 100644 index b19b54990..000000000 --- a/packages/trpc/lib/graphql/Fragments/HotelPage/Ref.graphql.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { gql } from "graphql-tag" - -import { System } from "../System.graphql" - -export const HotelPageRef = gql` - fragment HotelPageRef on HotelPage { - system { - ...System - } - } - ${System} -`