mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-10 21:15:21 -04:00
passing a custom link component to mdx was unnecessary
This commit is contained in:
@@ -11,8 +11,8 @@ image: "/static/images/notes/millenial-with-hillary-clinton/24707394571_0818d4ab
|
||||
noComments: true
|
||||
---
|
||||
|
||||
import Image from "./components/embeds/Image";
|
||||
import Video from "./components/embeds/Video";
|
||||
import Image from "./components/media/Image";
|
||||
import Video from "./components/media/Video";
|
||||
|
||||
{/* prettier-ignore */}
|
||||
<figure>
|
||||
|
||||
Reference in New Issue
Block a user