Created
          February 22, 2020 14:41 
        
      - 
      
- 
        Save skolhustick/ef1190b871752de766671e722b3a7610 to your computer and use it in GitHub Desktop. 
    NextJS styled-components index.js
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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