/** @jsx jsx */ import { jsx } from "@emotion/react"; import {GHCorner} from 'react-gh-corner'; import {globalStyles, wrapperCss} from './styled'; const repoUrl = 'https://github.com/'; const App = () => { return (
Example! {globalStyles}
) } export default App