diff --git a/test/pages/documentation/index.js b/test/pages/documentation/index.js index 72e5f4cd..40cc3b6e 100644 --- a/test/pages/documentation/index.js +++ b/test/pages/documentation/index.js @@ -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 = () => {