8 lines
243 B
TypeScript
8 lines
243 B
TypeScript
|
import create_gateway from './Gateway';
|
||
|
import create_auth_handler from './AuthHandler';
|
||
|
|
||
|
import blacklist from './Blacklist';
|
||
|
import authority from './Authority';
|
||
|
|
||
|
export default { create_gateway, create_auth_handler, blacklist, authority };
|