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