Fix nuxt error and working

This commit is contained in:
2023-08-17 22:26:34 +02:00
parent 12a86766dd
commit a988391944
10 changed files with 306 additions and 169 deletions

View File

@@ -1,7 +1,7 @@
import announcement from './announcement'
import maintenance from './maintenance'
import talents from './talents'
import post from './post'
import announcement from '~/server/trpc/routers/announcement'
import maintenance from '~/server/trpc/routers/maintenance'
import talents from '~/server/trpc/routers/talents'
import post from '~/server/trpc/routers/post'
import { router } from '~/server/trpc/trpc'
export const appRouter = router({