diff options
Diffstat (limited to 'api/src/util/index.ts')
-rw-r--r-- | api/src/util/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/util/index.ts b/api/src/util/index.ts index c98784a4..4b1e8e77 100644 --- a/api/src/util/index.ts +++ b/api/src/util/index.ts @@ -1,6 +1,6 @@ export * from "./Base64"; export * from "./cdn"; -export * from "./instanceOf"; +export * from "./FieldError"; export * from "./ipAddress"; export * from "./Message"; export * from "./passwordStrength"; |