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