Files

3 lines
103 B
JavaScript

import { LightningElement } from 'lwc';
export default class TestComponent extends LightningElement {}