fix(db): organize imports for biome check
Some checks failed
CMS CI / Governance Checks (push) Successful in 1m2s
CMS CI / Lint Typecheck Unit E2E (push) Failing after 3m38s

This commit is contained in:
2026-02-11 18:45:30 +01:00
parent a57464d818
commit 14c3df623a

View File

@@ -4,8 +4,8 @@ import {
type UpdatePostInput,
updatePostInputSchema,
} from "@cms/content"
import type { Post } from "@prisma/client"
import { type CrudAuditHook, type CrudMutationContext, createCrudService } from "@cms/crud"
import type { Post } from "@prisma/client"
import { db } from "./client"