Files
RepoTest1/force-app/main/default/lwc/firstComponent/firstComponent.js
2025-04-16 18:14:01 +05:30

3 lines
104 B
JavaScript

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