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