Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Apr 10, 2023
1 parent 288cd43 commit 1e30e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/schemaValidation/validateSetupWizardSchema.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ajv } from "./ajv.js";
import { readSetupWizardIfExists } from "../files";
import { CliError } from "../params";
import { processError } from "./utils";
import { readSetupWizardIfExists } from "../files/index.js";
import { CliError } from "../params.js";
import { processError } from "./utils.js";
import setupWizardSchema from "./schemas/setup-wizard.schema.json" assert { type: "json" };

/**
Expand Down

0 comments on commit 1e30e32

Please sign in to comment.