use import alias

This commit is contained in:
Oliver Bryan
2026-01-01 10:55:12 +00:00
parent 63fef4a0e9
commit ba2156da98
7 changed files with 19 additions and 19 deletions

View File

@@ -1,2 +1,2 @@
export { byProject } from "./byProject";
export { create } from "./create";
export { byProject } from "@/lib/server/issue/byProject";
export { create } from "@/lib/server/issue/create";