feat: global export integration
This commit is contained in:
@@ -2,10 +2,12 @@ import { router as record } from './record';
|
||||
import { router as workflow } from './workflow';
|
||||
import { router as storage } from './storage';
|
||||
import { router as auth } from './auth';
|
||||
import { router as integration } from './integration';
|
||||
|
||||
export {
|
||||
record,
|
||||
workflow,
|
||||
storage,
|
||||
auth,
|
||||
integration,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user