diff --git a/src/public/app/services/app_service.js b/src/public/app/services/app_service.js deleted file mode 100644 index 427919c6a..000000000 --- a/src/public/app/services/app_service.js +++ /dev/null @@ -1,13 +0,0 @@ -function initComponents() { - // ... existing code ... - - addChatTab(); - - // ... existing code ... -} - -// Export the functions to make them available to other modules -export default { - initComponents, - addChatTab -};