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