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