Removed manually adding std component lib items.

This commit is contained in:
JesseBrault0709 2024-05-31 16:51:33 +02:00
parent 150a2d71cb
commit 8ae16e327f

View File

@ -245,9 +245,6 @@ class DefaultStaticSiteGenerator implements StaticSiteGenerator {
if (pageView instanceof WvcPageView) {
pageView.context = new DefaultWebViewComponentContext().tap {
configureRootScope(WebViewComponentScope) {
// standard lib
addWithAttr(Each)
// custom components
allWvc.each { wvcClass ->
//noinspection GroovyAssignabilityCheck