Merged in chore/remove-hotelref-file (pull request #3499)

chore: Remove unused hotelpage ref file

* Remove unused hotelpage ref file


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2026-01-28 11:38:29 +00:00
parent e87bb03c6f
commit 70838060e5

View File

@@ -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}
`