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