Cosmos-Server/client/src/api/index.jsx
2023-03-12 18:17:28 +00:00

4 lines
64 B
JavaScript

import * as auth from './authentication.jsx';
export {
auth
};