UNPKG

workflowmax

Version:
14 lines (12 loc) 441 B
import * as clientHandler from './client' import * as leadHandler from './lead' import * as stuffHandler from './staff' import * as categoryHandler from './category' import * as jobHandler from './job' import * as rawHandler from './raw' export const client = clientHandler export const lead = leadHandler export const staff = stuffHandler export const category = categoryHandler export const job = jobHandler export const raw = rawHandler