# code-block-pro/1.27.3/src/editor/components/misc/Unsupported.tsx

Code Block Pro – Beautiful Syntax Highlighting, version 1.27.3. 8 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.27.3/code/src/editor/components/misc/Unsupported.tsx
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.27.3/raw/src/editor/components/misc/Unsupported.tsx
- Modified: 2023-04-09T02:25:56+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-block-pro/1.27.3/code/src/editor/components/misc/Unsupported.tsx#L10-L20`.

```tsx
import { __ } from '@wordpress/i18n';

export const UnsupportedTheme = () => (
    <div className="block w-full h-8 pt-2">
        {__('Not supported with this theme', 'code-block-pro')}
    </div>
);

```
