👉 Open up your visual studio code
👉 Get to work 🚀
module.exports = {plugins: ["gatsby-theme-courses"],};
This is another paragraph after the code block.
import React from "react";import { ThemeProvider } from "theme-ui";import theme from "./theme";export default (props) => (<ThemeProvider theme={theme}>{props.children}</ThemeProvider>);