Remove unused variable

This commit is contained in:
Ramon Wenger 2021-05-25 23:55:45 +02:00
parent 4a5ad26fe6
commit c8edbf9b13
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
import CREATE_TEAM_MUTATION from '@/graphql/gql/mutations/createTeam.gql'; import CREATE_TEAM_MUTATION from '@/graphql/gql/mutations/createTeam.gql';
import {MY_TEAM} from '@/router/me.names'; import {MY_TEAM} from '@/router/me.names';
import ME_QUERY from 'gql/queries/meQuery';
import addTeam from '@/helpers/add-team'; import addTeam from '@/helpers/add-team';
export default { export default {