# code-snippets/4.0.0-beta.2/js/entries/manage.ts

Code Snippets, version 4.0.0-beta.2. 5 lines.

- Page: https://pluginprobe.com/plugins/code-snippets/4.0.0-beta.2/code/js/entries/manage.ts
- Raw: https://pluginprobe.com/plugins/code-snippets/4.0.0-beta.2/raw/js/entries/manage.ts
- Modified: 2026-06-19T15:56:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-snippets/4.0.0-beta.2/code/js/entries/manage.ts#L10-L20`.

```typescript
import { ManageMenu } from '../components/ManageMenu'
import { loadComponent } from '../utils/bootstrap'

loadComponent('manage-snippets-container', ManageMenu)

```
