3 lines
103 B
JavaScript
3 lines
103 B
JavaScript
import { LightningElement } from 'lwc';
|
|
|
|
export default class TestComponent extends LightningElement {} |