Skip to content

Commit 7a80fcf

Browse files
committed
chore(deps): update ui.service.ts
1 parent d8fb29e commit 7a80fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/generator-cli/src/app/services/ui.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// import ora from 'ora'
22
import {Injectable} from '@nestjs/common';
3-
import {getTable} from 'console.table'
3+
import {getTable} from 'console.table';
4+
import inquirer from 'inquirer';
45

56
@Injectable()
67
export class UIService {

0 commit comments

Comments
 (0)