19626
2023-10-07 988f9735377909b6310301e582c15804e004783f
1
2
3
4
5
import { LightningElement } from 'lwc';
 
export default class PageBlocks extends LightningElement {
    activeSections = ['A', 'B'];
}