summary refs log tree commit diff
path: root/src/cdn/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdn/index.ts')
-rw-r--r--src/cdn/index.ts2
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";