import Head from 'next/head'
import React from 'react'
import styles from '../styles/Layout.module.css'
export default function Page(props) {
return (
<>
Homepage
>
)
}
//export const getStaticProps = async() =>{
// const res = await fetch(docs)
// const text = await res.docs
//return{
// props:{
// text
// }
//}
//}