chore: clean up

This commit is contained in:
Zack Spear
2023-07-24 14:30:52 -07:00
committed by Zack Spear
parent ffaadfdccf
commit dd360795e9
4 changed files with 18 additions and 25 deletions
@@ -1,9 +0,0 @@
import { graphql } from '~/composables/gql/gql';
export const SERVER_CLOUD_QUERY = graphql(/* GraphQL */`
query CloudStatus {
cloud {
...FragmentCloud
}
}
`);