diff --git a/package.json b/package.json index 9a57958..55cdad9 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,13 @@ ], "commands": [ { - "name": "index", + "name": "showModelDetailsFavoriteProject", "title": "Show Models Details - Favorite Project", "description": "Template for showing a static list and a detail view", "mode": "view" }, { - "name": "index2", + "name": "showModelDetailsAllProjects", "title": "Show Models Details - All Projects", "description": "Template for showing a static list and a detail view", "mode": "view" diff --git a/src/index2.tsx b/src/showModelDetailsAllProjects.tsx similarity index 100% rename from src/index2.tsx rename to src/showModelDetailsAllProjects.tsx diff --git a/src/index.tsx b/src/showModelDetailsFavoriteProject.tsx similarity index 100% rename from src/index.tsx rename to src/showModelDetailsFavoriteProject.tsx