diff --git a/src/client/theme-default/layouts/DocLayout/index.tsx b/src/client/theme-default/layouts/DocLayout/index.tsx index eedbf8491a..58d8c08fe7 100644 --- a/src/client/theme-default/layouts/DocLayout/index.tsx +++ b/src/client/theme-default/layouts/DocLayout/index.tsx @@ -1,4 +1,3 @@ -import ContentFooter from '@/client/theme-default/slots/ContentFooter'; import { ReactComponent as IconSidebar } from '@ant-design/icons-svg/inline-svg/outlined/align-left.svg'; import animateScrollTo from 'animated-scroll-to'; import { @@ -11,6 +10,7 @@ import { useSiteData, } from 'dumi'; import Content from 'dumi/theme/slots/Content'; +import ContentFooter from 'dumi/theme/slots/ContentFooter'; import Features from 'dumi/theme/slots/Features'; import Footer from 'dumi/theme/slots/Footer'; import Header from 'dumi/theme/slots/Header';