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