refactor: remove .js extensions from all imports

This commit is contained in:
2026-04-06 15:10:22 +02:00
parent a22c9bdaed
commit d06b900e7c
64 changed files with 177 additions and 161 deletions

View File

@@ -1 +1 @@
export { appRouter, type AppRouter } from "./router/index.js";
export { appRouter, type AppRouter } from "./router/index";