Skip to content

Commit ff2647d

Browse files
committed
format code
1 parent b22161b commit ff2647d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import { resolveOrganization } from "./organization.js";
1212
import { createProduct } from "./product.js";
1313
import { lemonAccessKeyPrompt } from "./prompts/lemonAccessKey.js";
1414
import { serverPrompt } from "./prompts/server.js";
15+
import { stepsPrompt } from "./prompts/steps.js";
1516
import { storePrompt } from "./prompts/store.js";
1617
import { variantsPrompt } from "./prompts/variants.js";
1718
import { authenticationMessage } from "./ui/authentication.js";
1819
import { customersMessage } from "./ui/customers.js";
1920
import { successMessage } from "./ui/success.js";
20-
import { stepsPrompt } from "./prompts/steps.js";
2121

2222
process.on("uncaughtException", (error) => {
2323
console.error(error);

0 commit comments

Comments
 (0)