Skip to content

Commit

Permalink
fix(kadena-cli) fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nillo committed Feb 4, 2024
1 parent 8a0daad commit 91f5ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tools/kadena-cli/src/prompts/network.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { input, select } from '@inquirer/prompts';
import type { ChainId } from '@kadena/types';
import { program } from 'commander';
import type { ICustomNetworkChoice } from '../networks/utils/networkHelpers.js';
import type { IPrompt } from '../utils/createOption.js';
import { getExistingNetworks, isAlphabetic } from '../utils/helpers.js';
Expand Down

0 comments on commit 91f5ab0

Please sign in to comment.