index.ts 126 Bytes
import { getProjectsStub } from './projects'
import { getUsersStub } from './users'

export { getProjectsStub, getUsersStub }