Skip to content

Commit

Permalink
Change require
Browse files Browse the repository at this point in the history
  • Loading branch information
emilos committed May 19, 2024
1 parent 1db4762 commit 1652d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pages/documentation/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { doctype, html, head, body, title, h1, p } = require("boxwood")
const { doctype, html, head, body, title, h1, p } = require("../../..")
const accordion = require("../../components/accordion")

module.exports = () => {
Expand Down

0 comments on commit 1652d47

Please sign in to comment.