Skip to content

Instantly share code, notes, and snippets.

@Marwil96
Created November 6, 2020 15:25
Show Gist options
  • Save Marwil96/f4aa91501de26fcd70f8ac9ad4cd75aa to your computer and use it in GitHub Desktop.
Save Marwil96/f4aa91501de26fcd70f8ac9ad4cd75aa to your computer and use it in GitHub Desktop.
import React, { useState } from "react"
import { Link } from "gatsby"
import Layout from "../components/layout"
import styled from "styled-components"
const IndexPage = () => {
return (
<Layout>
</Layout>
)
}
export default IndexPage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment