Skip to content

Commit

Permalink
chore: fix import in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 10, 2023
1 parent b380d21 commit c4fff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/utils/index.ts
@@ -1,5 +1,5 @@
import { FancyReporter } from "../../src/reporters";
import { createConsola } from "../../src";
import { createConsola } from "../../src/index.node";
import { randomSentence } from "./sentence";

export function reporterDemo(reporter) {
Expand Down

0 comments on commit c4fff18

Please sign in to comment.