import styles from './index.module.scss'; import Layout from "../components/layout/layout"; export function Index() { /* * Replace the elements below with your own. * * Note: The corresponding styles are in the ./index.scss file. */ return (

home page !

); } export default Index;