🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 13:03:25 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
blocksy-companion
/
static
/
js
📍 /home/therahul/thedasstores.com/wp-content/plugins/blocksy-companion/static/js
🔄 Refresh
✏️
Editing: dashboard-no-theme.js
Writable
import { createElement, createRoot, useState } from '@wordpress/element' import * as check from '@wordpress/element' import { __ } from 'ct-i18n' import NoTheme from './dashboard/NoTheme' import VersionMismatchNotice from './notifications/VersionMismatchNotice' const Dashboard = () => { if (ctDashboardLocalizations.theme_version_mismatch) { return ( <VersionMismatchNotice mismatched_version_descriptor={ ctDashboardLocalizations.theme_version_mismatch } /> ) } return <NoTheme /> } document.addEventListener('DOMContentLoaded', () => { if (document.getElementById('ct-dashboard')) { const root = createRoot(document.getElementById('ct-dashboard')) root.render(<Dashboard />) } })
💾 Save Changes
❌ Cancel