Q: Why do mountain climbers rope themselves together?

A:	To prevent the sensible ones from going home.
This commit is contained in:
Sebastien Castiel
2024-10-25 15:02:31 -04:00
parent 9bdc8a715c
commit c1c75fa260
29 changed files with 73 additions and 96 deletions

View File

@@ -1,7 +1,7 @@
import { createExpense } from '@/lib/api'
import { expenseFormSchema } from '@/lib/schemas'
import { baseProcedure } from '@/trpc/init'
import { z } from 'zod'
import { createExpense } from '../../../../lib/api'
import { expenseFormSchema } from '../../../../lib/schemas'
import { baseProcedure } from '../../../init'
export const createGroupExpenseProcedure = baseProcedure
.input(