remove unessecary import
This commit is contained in:
parent
b55fff8855
commit
84a49150d7
@ -1,9 +1,6 @@
|
||||
import {
|
||||
IsNotEmpty,
|
||||
IsDate,
|
||||
IsUrl,
|
||||
IsOptional,
|
||||
ValidateNested,
|
||||
} from "class-validator";
|
||||
import UserHasNotification from "./UserHasNotification";
|
||||
import Resource from "../Resource";
|
||||
|
@ -1,7 +1,6 @@
|
||||
import {
|
||||
IsNotEmpty,
|
||||
IsDate,
|
||||
IsOptional,
|
||||
ValidateNested,
|
||||
} from "class-validator";
|
||||
import Address from "./Address";
|
||||
|
Loading…
x
Reference in New Issue
Block a user