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

4 lines
64 B
React
Raw Normal View History

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