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