Files
2025-04-16 18:14:01 +05:30

3 lines
104 B
JavaScript

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