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