diff --git a/packages/apps/docs/src/components/Layout/Landing/Landing.tsx b/packages/apps/docs/src/components/Layout/Landing/Landing.tsx index fc1cada9de..d018068bd9 100644 --- a/packages/apps/docs/src/components/Layout/Landing/Landing.tsx +++ b/packages/apps/docs/src/components/Layout/Landing/Landing.tsx @@ -1,5 +1,4 @@ import { - Article, articleClass, contentClass, contentClassVariants, @@ -34,7 +33,6 @@ export const Landing: FC = ({ >
{children} -
diff --git a/packages/apps/docs/src/pages/docs/blogchain/index.tsx b/packages/apps/docs/src/pages/docs/blogchain/index.tsx index 2d46aaaf78..65354937c8 100644 --- a/packages/apps/docs/src/pages/docs/blogchain/index.tsx +++ b/packages/apps/docs/src/pages/docs/blogchain/index.tsx @@ -3,9 +3,7 @@ import { Stack } from '@kadena/react-ui'; import { InfiniteScroll } from '@/components'; import { BlogItem, BlogList } from '@/components/Blog'; import { - Article, articleClass, - Content, contentClass, contentClassVariants, TitleHeader,