### Summary of Changes
- Removed unused imports from `OfflineMode.js` and `Settings.js` to streamline the code.
- Cleaned up the import statements in `api.js` by eliminating the unused `formatServiceData` and `formatEventData` functions.
### Expected Results
- Improved code clarity and maintainability by adhering to clean code principles and reducing unnecessary dependencies.