Skip to content

Commit

Permalink
chore: make example/index.js working (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKoscheck authored Feb 26, 2021
1 parent c99ff6c commit 4477e87
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 4477e87

Please sign in to comment.