import Head from 'next/head' import Image from 'next/image' import styles from '../styles/Home.module.css' import {useRouter} from "next/router"; export default function Home() { return (
MyBlog

Welcome to Next.js!

Sign in MyBlog

Register in MyBLog

Go to blog →

) }