fix: Remove module exports

This commit is contained in:
Siwoo Jeon 2024-08-02 18:15:58 +09:00
parent 23f13528c2
commit f9983d2fb4
Signed by: migan
GPG key ID: C4151385FFD2082A
2 changed files with 0 additions and 5 deletions

View file

@ -13,8 +13,5 @@
"password": "",
"database": "",
"port": 3306
},
"api": {
"opendict": ""
}
}

View file

@ -1,5 +1,4 @@
import { ResponseData, NSFWData, LearnData, MaaDatabase } from './database'
import { WordRelay } from './wordRelay'
import { NODE_ENV } from './env'
import ChatBot from './ChatBot'
import noPerm from './noPerm'
@ -8,7 +7,6 @@ export {
ResponseData,
MaaDatabase,
LearnData,
WordRelay,
NODE_ENV,
ChatBot,
NSFWData,