mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
Use tRPC and react-hook-form
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { addTournament } from "./procedures/addTournament";
|
||||
import { router } from "./trpc";
|
||||
|
||||
export const appRouter = router({
|
||||
addTournament,
|
||||
});
|
||||
|
||||
export type AppRouter = typeof appRouter;
|
||||
Reference in New Issue
Block a user