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