Update index.js (#110)

fix typo some prettiers complain about
This commit is contained in:
Sergej Brazdeikis
2023-01-22 22:11:12 +01:00
committed by GitHub
parent fee5818823
commit 0972c7fd79

View File

@@ -1,4 +1,4 @@
import Head from 'next/head'
import Head from 'next/head';
import styles from '../styles/Home.module.css';
export default function Home() {
@@ -112,4 +112,4 @@ export default function Home() {
`}</style>
</div>
)
}
}