2
0
Files
bot/apps/builder/src/features/forge/api/router.ts

7 lines
168 B
TypeScript
Raw Normal View History

import { router } from '@/helpers/server/trpc'
import { fetchSelectItems } from './fetchSelectItems'
export const integrationsRouter = router({
fetchSelectItems,
})