fix(db): organize imports for biome check
This commit is contained in:
@@ -4,8 +4,8 @@ import {
|
|||||||
type UpdatePostInput,
|
type UpdatePostInput,
|
||||||
updatePostInputSchema,
|
updatePostInputSchema,
|
||||||
} from "@cms/content"
|
} from "@cms/content"
|
||||||
import type { Post } from "@prisma/client"
|
|
||||||
import { type CrudAuditHook, type CrudMutationContext, createCrudService } from "@cms/crud"
|
import { type CrudAuditHook, type CrudMutationContext, createCrudService } from "@cms/crud"
|
||||||
|
import type { Post } from "@prisma/client"
|
||||||
|
|
||||||
import { db } from "./client"
|
import { db } from "./client"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user