Files

9 lines
169 B
TypeScript
Raw Permalink Normal View History

2025-10-22 17:09:48 +02:00
import Pages from './Pages'
import Http from './Http'
const Auth = {
Pages: Object.assign(Pages, Pages),
Http: Object.assign(Http, Http),
}
export default Auth