diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:00:16 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:00:16 +0200 |
commit | 0a08938d181bb6c30f480aa2f479bc4a22fce9df (patch) | |
tree | 25661686ded1b5806a345b6cf26c733910385a7b /rtc/src/index.ts | |
parent | rename @fosscord/server-util to -> @fosscord/util (diff) | |
download | server-0a08938d181bb6c30f480aa2f479bc4a22fce9df.tar.xz |
cleanup rtc
Diffstat (limited to 'rtc/src/index.ts')
-rw-r--r-- | rtc/src/index.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rtc/src/index.ts b/rtc/src/index.ts deleted file mode 100644 index 3565fb6b..00000000 --- a/rtc/src/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -export * from "./util/checkToken"; - -export * as Constants from "./util/Constants"; -export * from "./models/index"; -export * from "./util/index"; - -import Config from "./util/Config"; -import db, { MongooseCache, toObject } from "./util/Database"; - -export { Config, db, MongooseCache, toObject }; |