Skip to content

Commit

Permalink
chore(docs): remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Aug 22, 2023
1 parent 5e83fa0 commit 4357999
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/apps/docs/src/components/Layout/Landing/Landing.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
Article,
articleClass,
contentClass,
contentClassVariants,
Expand Down Expand Up @@ -34,7 +33,6 @@ export const Landing: FC<IPageProps> = ({
>
<article className={articleClass}>
{children}

<NotFound />
</article>
</div>
Expand Down
2 changes: 0 additions & 2 deletions packages/apps/docs/src/pages/docs/blogchain/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4357999

Please sign in to comment.