Created
November 6, 2020 15:25
-
-
Save Marwil96/f4aa91501de26fcd70f8ac9ad4cd75aa to your computer and use it in GitHub Desktop.
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, { 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