Skip to content

Commit 31e8aab

Browse files
committed
update markdownTable import
1 parent e24d1cd commit 31e8aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utils/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import chalk from "chalk";
22
import { consola as _consola } from "consola";
3-
import { markdownTable } from "markdown-table";
3+
import markdownTable from "markdown-table";
44

55
import { BLOCK_CHAR, BLOCK_CHAR2, BAR_LENGTH } from "./consts";
66

0 commit comments

Comments
 (0)