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