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