mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-13 20:10:57 -06:00
Switch from relative imports to absolute imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { router } from "../trpc";
|
||||
import { exampleRouter } from "./example";
|
||||
import { router } from "@/server/trpc/trpc";
|
||||
import { exampleRouter } from "@/server/trpc/router/example";
|
||||
|
||||
export const appRouter = router({
|
||||
example: exampleRouter,
|
||||
|
||||
Reference in New Issue
Block a user