yeet unused app_service.js

This commit is contained in:
perf3ct 2025-03-28 21:17:42 +00:00
parent 59e77407e2
commit 0aa214786c
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -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
};