unused import KlickTip and Int in type-graphql remove

This commit is contained in:
ogerly 2021-11-23 13:27:39 +01:00
parent 35f297ece8
commit d6e8d0cc6b

View File

@ -1,5 +1,4 @@
import { ObjectType, Field, Int } from 'type-graphql'
import { KlickTipp } from './KlickTipp'
import { ObjectType, Field } from 'type-graphql'
@ObjectType()
export class UserAdmin {