Skip to content

Instantly share code, notes, and snippets.

@PierreCavalet
Created May 24, 2019 08:01
Show Gist options
  • Save PierreCavalet/cfa9cf127a96be9ce58a0ef2b9498ee9 to your computer and use it in GitHub Desktop.
Save PierreCavalet/cfa9cf127a96be9ce58a0ef2b9498ee9 to your computer and use it in GitHub Desktop.
Home
import React from 'react'
export default function Home() {
return <div>Home</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment