Files
WRNexusJS/packages/ui/components/MarketingPageShell.wrn
T
2026-07-19 15:51:27 +05:30

7 lines
152 B
Plaintext

component MarketingPageShell {
props {
class = ""
}
view { <div class="wire-page-shell wire-page-shell--marketing {class}"><slot /></div> }
}