fixed linting error with build

This commit is contained in:
qt-coder 2021-06-22 08:24:07 +08:00
parent 53cca9581d
commit 2ebf5183b8

View file

@ -3,7 +3,7 @@ import CardContainer from '../../components/CardContainer'
import Head from 'next/head'
import { useSession } from 'next-auth/client'
function index() {
function Index() {
const [session, loading] = useSession()
@ -27,4 +27,4 @@ function index() {
)
}
export default index
export default Index