Skip to content

Commit

Permalink
refactor: use named export of markdown-table
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 6, 2024
1 parent 04bb610 commit c0be4d7
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 c from "ansis";
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 c0be4d7

Please sign in to comment.