mirror of
https://github.com/strapi/strapi.git
synced 2025-07-27 02:44:13 +00:00
feat(content-manager): try to change Prism import
This commit is contained in:
parent
620998f043
commit
d91631fec0
@ -1,9 +1,10 @@
|
||||
import * as React from 'react';
|
||||
// Import the PrismJS theme to highlight the code
|
||||
import 'prismjs/themes/prism.css';
|
||||
|
||||
import { Box, SingleSelect, SingleSelectOption } from '@strapi/design-system';
|
||||
import { CodeBlock as CodeBlockIcon } from '@strapi/icons';
|
||||
import Prism from 'prismjs';
|
||||
// Import the PrismJS theme to highlight the code
|
||||
import 'prismjs/themes/prism-okaidia.css';
|
||||
import { useIntl } from 'react-intl';
|
||||
import { Editor, Transforms } from 'slate';
|
||||
import { useSelected, type RenderElementProps, useFocused, ReactEditor } from 'slate-react';
|
||||
|
Loading…
x
Reference in New Issue
Block a user