Skip to content

Commit

Permalink
chore: make example/index.js working (unjs#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKoscheck authored and nevilm-lt committed May 2, 2022
1 parent 9ac4944 commit d59367b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/browser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Consola from './consola.js'
import BrowserReporter from './reporters/browser.js'
import { LogLevel } from './logLevels'
import { LogLevel } from './logLevels.js'

function createConsola () {
const consola = new Consola({
Expand Down
2 changes: 1 addition & 1 deletion src/types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LogLevel } from './logLevels'
import { LogLevel } from './logLevels.js'

export default {
// Silent
Expand Down

0 comments on commit d59367b

Please sign in to comment.