Hi Anjali,
Follow these steps:
Use the Developer Console Query Editor and update the names of the Lightning Components to see what happens. Run this query in the Query Editor:
- Select Id, DeveloperName from AuraDefinitionBundle
then let’s change the name of the component.
For example: TestLighntingBaseComponents to CodeScienceLightningBaseComponents and hit save.
Thanks.