diff --git a/src/components/markdown/typography.js b/src/components/markdown/typography.js
index 7f66696..fc8bb0d 100644
--- a/src/components/markdown/typography.js
+++ b/src/components/markdown/typography.js
@@ -1,15 +1,14 @@
/* eslint-disable no-unused-vars */
import { Typography } from '@mui/joy'
-import { LinkedHeading } from '@components/linked-heading'
// heading 1
export const h1 = ({ node, ...props }) => (
-
+
)
// heading 2
export const h2 = ({ node, ...props }) => (
-
+
)
// heading 3