Skip to content

Commit caf89dd

Browse files
committed
Fix ICommandOptions import
1 parent be5b48c commit caf89dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/solid-pod-create.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import fetch from 'cross-fetch';
22
import type { Logger } from '../logger';
3-
import { setOptionDefaults } from './solid-command';
4-
import { ICommandOptions } from '../../dist/commands/solid-command';
3+
import { setOptionDefaults, ICommandOptions } from './solid-command';
54

65
export interface IAccountData {
76
name: string,

0 commit comments

Comments
 (0)