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