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,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>63.0</apiVersion>
<isExposed>true</isExposed>
<targets>
<target>lightning__HomePage</target>
</targets>
</LightningComponentBundle>