Skip to content

Commit

Permalink
fix: imports in studio config example
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Oct 31, 2022
1 parent e6f2731 commit a6a5b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/verify/validations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export async function validateStudioConfig({basePath}: {basePath: string}): Prom
${chalk
.green(
outdent`
import { createConfig, createPlugin } from "sanity"
import { createConfig } from "sanity"
import { deskTool } from "sanity/desk"
export default createConfig({
Expand Down

0 comments on commit a6a5b2e

Please sign in to comment.