mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 20:25:34 -04:00
passing a custom link component to mdx was unnecessary
This commit is contained in:
@@ -11,8 +11,8 @@ tags:
|
||||
image: "/static/images/notes/coronavirus-open-source/covid19dashboards.png"
|
||||
---
|
||||
|
||||
import Image from "./components/embeds/Image";
|
||||
import Video from "./components/embeds/Video";
|
||||
import Image from "./components/media/Image";
|
||||
import Video from "./components/media/Video";
|
||||
|
||||
export const Octocat = (props) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user