index.ts 126 Bytes Edit Raw Blame History 1 2 3 4 import { getProjectsStub } from './projects' import { getUsersStub } from './users' export { getProjectsStub, getUsersStub }