import { Link } from "gatsby"; import React from "react"; import "../index.scss"; import * as styles from "./Layout.module.scss"; const Layout = ({ children }: React.PropsWithChildren<{}>) => { return (