feat: import routers

This commit is contained in:
karishmas6
2024-06-08 23:14:36 +05:30
parent 11fb0fbe0b
commit 8aad4a1771

View File

@@ -0,0 +1,9 @@
import { router as record} from './record';
import { router as workflow} from './workflow';
import { router as storage} from './storage';
export {
record,
workflow,
storage,
};