Skip to content

Commit

Permalink
fix: path.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Nov 18, 2019
1 parent d21b51b commit 2572f86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*eslint-disable no-undef */
const light = require("./light")
const dark = require("./dark")
const light = require("./variations/light")
const dark = require("./variations/dark")

module.exports = {
light: light,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2572f86

Please sign in to comment.