import { LightningElement, track, wire } from 'lwc'; export default class ll extends LightningElement { }