19626
2023-06-30 ac0d606acaa5844bc2c6ad2242d5502b60f9be3a
1
2
3
4
5
import { LightningElement, track, wire } from 'lwc';
 
export default class ll extends LightningElement {
 
}