chore: remove unused imports

This commit is contained in:
Mir Arif Hasan
2023-10-19 14:50:01 +06:00
parent 489370f82b
commit 8465c83ff6

View File

@@ -1,4 +1,4 @@
import { ObjectType, OmitType, PartialType } from '@nestjs/graphql';
import { ObjectType, OmitType } from '@nestjs/graphql';
import { User } from 'src/user/user.model';
@ObjectType()