Skip to content

Commit a6a5b2e

Browse files
committed
fix: imports in studio config example
1 parent e6f2731 commit a6a5b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/verify/validations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export async function validateStudioConfig({basePath}: {basePath: string}): Prom
320320
${chalk
321321
.green(
322322
outdent`
323-
import { createConfig, createPlugin } from "sanity"
323+
import { createConfig } from "sanity"
324324
import { deskTool } from "sanity/desk"
325325
326326
export default createConfig({

0 commit comments

Comments
 (0)