Skip to content

Commit

Permalink
Fix an import
Browse files Browse the repository at this point in the history
  • Loading branch information
emilos committed Mar 26, 2024
1 parent 9df127b commit eef0dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/script/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { html, head, body, script } = require("boxwood")
const { html, head, body, script } = require("../..")

module.exports = () => {
return html([
Expand Down

0 comments on commit eef0dab

Please sign in to comment.