Tailwind setup

This commit is contained in:
Julien Valverdé
2024-07-07 21:41:54 +02:00
parent a8f2df8512
commit b89ecc6526
7 changed files with 32 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ import { trpc } from "./trpc"
export interface TRPCClientProviderProps {
children: ReactNode
children?: ReactNode
}