its a first component

This commit is contained in:
2025-04-16 18:14:01 +05:30
parent 12ef531e18
commit adaa8255eb
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import { LightningElement } from 'lwc';
export default class FirstComponent extends LightningElement {}