XYZ File Manager
Current Path:
/var/www/wordpress/wp-content/plugins/code-snippets/js
var
/
www
/
wordpress
/
wp-content
/
plugins
/
code-snippets
/
js
/
📁
..
📁
components
📄
edit.tsx
(358 B)
📄
editor.ts
(529 B)
📁
hooks
📄
import.tsx
(355 B)
📄
manage.ts
(213 B)
📄
mce.ts
(4.45 KB)
📄
prism.ts
(899 B)
📁
services
📄
settings.ts
(175 B)
📁
types
📁
utils
Editing: import.tsx
import React from 'react' import { createRoot } from 'react-dom/client' import { ImportApp } from './components/Import/ImportApp' const importContainer = document.getElementById('import-container') if (importContainer) { const root = createRoot(importContainer) root.render(<ImportApp />) } else { console.error('Could not find import container.') }
Upload File
Create Folder