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:
@@ -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}
|
|
||||||
`
|
|
||||||
Reference in New Issue
Block a user