twysparks
2023-05-19 ecc9b004e26ebe432664456c2dbfa305d70025c3
1
2
3
4
5
import { LightningElement } from 'lwc';
 
export default class PageBlocks extends LightningElement {
    activeSections = ['A', 'B'];
}