import UserAuth from "./user-auth"; import AuthLog from "./auth-log"; export default { AuthLog, UserAuth, }