7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
import { router } from '@/helpers/server/trpc'
|
|
import { fetchSelectItems } from './fetchSelectItems'
|
|
|
|
export const integrationsRouter = router({
|
|
fetchSelectItems,
|
|
})
|