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