diff options
Diffstat (limited to '')
-rw-r--r-- | src/cdn/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdn/index.ts b/src/cdn/index.ts index a24300d6..e32fd606 100644 --- a/src/cdn/index.ts +++ b/src/cdn/index.ts @@ -1,4 +1,4 @@ export * from "./Server"; export * from "./util/FileStorage"; -export * from "./util/Storage"; export * from "./util/multer"; +export * from "./util/Storage"; |