Skip to content

Instantly share code, notes, and snippets.

@skolhustick
Created February 22, 2020 14:41
Show Gist options
  • Save skolhustick/ef1190b871752de766671e722b3a7610 to your computer and use it in GitHub Desktop.
Save skolhustick/ef1190b871752de766671e722b3a7610 to your computer and use it in GitHub Desktop.
NextJS styled-components index.js
import React from 'react'
import Button from '../components/Button'
const Home = () => {
return <Button>Theme Test</Button>
}
export default Home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment