📏 fit to new structure

This commit is contained in:
Philipp Dormann 2020-12-04 17:10:00 +01:00
parent acd9a691f8
commit ae24c3394b
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import * as argon2 from "argon2";
import { IsInt, IsOptional, IsPhoneNumber, IsString, IsUUID } from 'class-validator';
import * as uuid from 'uuid';
import { UserGroupNotFoundError, UsernameOrEmailNeededError } from '../errors/CreateUserErrors';
import { User } from '../models/User';
import { UserGroupNotFoundError, UsernameOrEmailNeededError } from '../../errors/CreateUserErrors';
import { User } from '../entities/User';
export class CreateUser {
@IsString()