refactor(web): remove typescript
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const DELETE_CURRENT_USER = gql`
|
||||
mutation DeleteCurrentUser {
|
||||
deleteCurrentUser
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user