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