feature/test_component #5

Merged
amit.kumar merged 5 commits from feature/test_component into master 2025-04-12 06:59:03 +00:00
Showing only changes of commit adb226d78a - Show all commits

View File

@@ -4,5 +4,6 @@ public with sharing class Sample1 {
System.debug('shreys');
System.debug('new changes');
System.debug('Testing 123');
System.debug('Tested 123');
}
}