diff --git a/packages/app-react/src/graphql/queries.ts b/packages/app-react/src/graphql/queries.ts index 5d9133d3..f31cd82f 100644 --- a/packages/app-react/src/graphql/queries.ts +++ b/packages/app-react/src/graphql/queries.ts @@ -1,6 +1,6 @@ import gql from 'graphql-tag'; -import { AccountFragment, PlayerFragment, BoxProfileFragment } from './fragments'; +import { AccountFragment, BoxProfileFragment,PlayerFragment } from './fragments'; export const GetPlayerFromId = gql` query GetPlayer($player_id: uuid) {