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