Skip to content

Commit 8e7f22c

Browse files
Add comment
1 parent c967b24 commit 8e7f22c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main/default/lwc/lwcRelatedList/lwcRelatedList.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Author : Sarvesh
3+
* Description : The component to show records of custom/standard as a table.
4+
* Production Ready : Yes
5+
*/
16
import { LightningElement, wire, track, api } from "lwc";
27
import { NavigationMixin } from "lightning/navigation";
38
import { deleteRecord } from "lightning/uiRecordApi";

0 commit comments

Comments
 (0)