diff --git a/src/Mutations/manageStudentMutations.tsx b/src/Mutations/manageStudentMutations.tsx index fa29e45b1..65193b469 100644 --- a/src/Mutations/manageStudentMutations.tsx +++ b/src/Mutations/manageStudentMutations.tsx @@ -1,7 +1,6 @@ // import { gql } from '@apollo/client'; import { gql, ApolloClient, InMemoryCache } from '@apollo/client'; -import GET_PROFILE from './User'; export const GET_USERS_QUERY = gql` query GetUsers($orgToken: String) {