UNPKG

gatsby-theme-try-ghost

Version:

A Gatsby theme for building flaring fast blogs from headless Ghost CMS.

11 lines (8 loc) 118 B
/** * * Placeholder for DarkMode * */ // The actual component const DarkMode = () => (null) export default DarkMode