feat: export auth router

This commit is contained in:
karishmas6
2024-09-15 17:56:27 +05:30
parent fe80d84e5f
commit 454938c768

View File

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