Cosmos-Server/client/src/api/index.jsx

6 lines
111 B
React
Raw Normal View History

2023-03-12 18:17:28 +00:00
import * as auth from './authentication.jsx';
2023-03-13 00:49:27 +00:00
import * as users from './users.jsx';
2023-03-12 18:17:28 +00:00
export {
2023-03-13 00:49:27 +00:00
auth,
users
2023-03-12 18:17:28 +00:00
};