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

7 lines
148 B
Plaintext

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