diff --git a/.dumi/pages/case/index.en.tsx b/.dumi/pages/case/index.en.tsx deleted file mode 100644 index 50097c1a..00000000 --- a/.dumi/pages/case/index.en.tsx +++ /dev/null @@ -1,8 +0,0 @@ -import React from 'react'; -import Case from './index'; - -const CaseIndex: React.FC = () => { - return ; -}; - -export default CaseIndex; diff --git a/.dumi/pages/case/index.tsx b/.dumi/pages/case/index.tsx deleted file mode 100644 index f1cf2225..00000000 --- a/.dumi/pages/case/index.tsx +++ /dev/null @@ -1,28 +0,0 @@ -import SEO from '@antv/dumi-theme-antv/dist/common/SEO'; -import { Footer } from '@antv/dumi-theme-antv/dist/slots/Footer'; -import { Header } from '@antv/dumi-theme-antv/dist/slots/Header'; -import { useIntl, useLocale } from 'dumi'; -import React from 'react'; -import ShowCase from 'site/components/ShowCase/ShowCase'; - -const CaseIndex: React.FC = () => { - const locale = useLocale(); - const intl = useIntl(); - return ( - <> -
- -
- -
-