fix: typo lol

This commit is contained in:
xenticore
2025-05-01 18:56:32 -04:00
parent 18f31db87b
commit 89161cb4e4

View File

@@ -422,7 +422,8 @@ function addStyles() {
const head = document.head || document.getElementsByTagName('head')[0],
style = document.createElement('style');
head.appendChild(style);
style.innerHTML = styleCss;
style.innerHTML = require('./style.css');
}
}
prepareSchema()