From 1652d47e053644406b6a51c51a57a558bd57daec Mon Sep 17 00:00:00 2001 From: Emil Ajdyna Date: Sun, 19 May 2024 09:20:13 +0200 Subject: [PATCH] Change require --- test/pages/documentation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {