UNPKG

@draftbox-co/gatsby-ghost-novela-theme

Version:

A Gatsby theme plugin for creating blogs from headless Ghost CMS.

8 lines (5 loc) 117 B
import React from "react"; const FbComments = ({ href }) => { return <></>; }; export default FbComments;