Skip to content

Commit

Permalink
update markdownTable import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 15, 2023
1 parent e24d1cd commit 31e8aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import chalk from "chalk";
import { consola as _consola } from "consola";
import { markdownTable } from "markdown-table";
import markdownTable from "markdown-table";

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

Expand Down

0 comments on commit 31e8aab

Please sign in to comment.