mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
no doubled imports
This commit is contained in:
parent
976940047e
commit
c0141c1801
@ -11,13 +11,7 @@ import { TransactionLink } from '@entity/TransactionLink'
|
||||
import { User } from '@entity/User'
|
||||
import { UserContact } from '@entity/UserContact'
|
||||
import { GraphQLError } from 'graphql'
|
||||
import {
|
||||
v4 as uuidv4,
|
||||
validate as validateUUID,
|
||||
version as versionUUID,
|
||||
validate as validateUUID,
|
||||
version as versionUUID,
|
||||
} from 'uuid'
|
||||
import { v4 as uuidv4, validate as validateUUID, version as versionUUID } from 'uuid'
|
||||
|
||||
import { OptInType } from '@enum/OptInType'
|
||||
import { PasswordEncryptionType } from '@enum/PasswordEncryptionType'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user