Create one Custom Component

This commit is contained in:
2025-04-02 00:19:17 +05:30
parent 1aae95d3fc
commit 21f24f2e99
4 changed files with 39 additions and 0 deletions

View File

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