diff --git a/src/pages/app/edit/List.tsx b/src/pages/app/edit/List.tsx index 6bf2f02..bcd3ada 100644 --- a/src/pages/app/edit/List.tsx +++ b/src/pages/app/edit/List.tsx @@ -6,6 +6,8 @@ import { CodeOutlined, DashboardOutlined, DeleteOutlined, EditOutlined, LinkOutl import { isObjectNull } from '@/utils/is-null'; import { FileUpload } from '../modules/FileUpload'; import { useNewNavigate } from '@/modules'; +import { marked } from 'marked'; +import clsx from 'clsx'; const FormModal = () => { const [form] = Form.useForm(); const containerStore = useUserAppStore( @@ -133,6 +135,8 @@ export const List = () => {