```
--------------------------------
### Delete Kyma Module Manager
Source: https://github.com/kyma-project/kyma/blob/main/docs/02-get-started/08-uninstall-upgrade-kyma-module.md
After deleting a module's custom resource, use this command to remove the module manager. This helps prevent leftover resources.
```bash
kubectl delete {PATH_TO_THE_MODULE_MANAGER_YAML_FILE}
```
--------------------------------
### Tab Content Wrapper Component
Source: https://github.com/kyma-project/kyma/blob/main/docs/vitepress-structure.md
A simple Vue component that acts as a wrapper for individual tab content. It is designed to work with the `Tabs.vue` component.
```vue