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