import User from './community/user.js'; import UserParam from './community/user_param.js'; import UserParamType from './type/user_param.js'; import Login from './logs/login.js'; import UserRightType from './type/user_right.js'; import UserRight from './community/user_right.js'; import SettingsType from './type/settings_type.js'; const models = { User, UserParam, UserParamType, Login, UserRightType, UserRight, SettingsType, }; export default models;