feat(content-manager): add theme test

This commit is contained in:
Simone Taeggi 2024-11-28 17:02:10 +01:00
parent 15fcb1bcbf
commit 0ad55e6aa1

View File

@ -1,6 +1,6 @@
import * as React from 'react';
// Import the PrismJS theme to highlight the code
// import 'prismjs/themes/prism.css';
import 'prismjs/themes/prism.css';
import { Box, SingleSelect, SingleSelectOption } from '@strapi/design-system';
import { CodeBlock as CodeBlockIcon } from '@strapi/icons';