mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-23 08:20:33 +01:00
Fix nuxt error and working
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user