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