fixed linting error with build
This commit is contained in:
parent
53cca9581d
commit
2ebf5183b8
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import CardContainer from '../../components/CardContainer'
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
import { useSession } from 'next-auth/client'
|
import { useSession } from 'next-auth/client'
|
||||||
|
|
||||||
function index() {
|
function Index() {
|
||||||
|
|
||||||
const [session, loading] = useSession()
|
const [session, loading] = useSession()
|
||||||
|
|
||||||
|
@ -27,4 +27,4 @@ function index() {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default index
|
export default Index
|
||||||
|
|
Loading…
Reference in a new issue