Skip to content

Commit

Permalink
feat: remove codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jan 22, 2024
1 parent 8520f37 commit 91f364e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
18 changes: 0 additions & 18 deletions src/components/blog/CodeBlock.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/blog/MDXComponents.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import CodeBlock from "./CodeBlock";
import RegularBlock from "./RegularBlock";
import XMailTable from "./Tables/XMailTable";
import Statistic from "./Statistic";
Expand Down Expand Up @@ -54,7 +53,6 @@ const MDXComponents = {
// biome-ignore lint/a11y/useAltText: <explanation>
img: (props: { src: string }) => <img {...props} className="pt-8" />,
XMailTable,
CodeBlock,
RegularBlock,
};

Expand Down

0 comments on commit 91f364e

Please sign in to comment.