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 workflow } from './workflow';
|
||||||
import { router as storage } from './storage';
|
import { router as storage } from './storage';
|
||||||
import { router as auth } from './auth';
|
import { router as auth } from './auth';
|
||||||
|
import { router as integration } from './integration';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
record,
|
record,
|
||||||
workflow,
|
workflow,
|
||||||
storage,
|
storage,
|
||||||
auth,
|
auth,
|
||||||
|
integration,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user