Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit f60745f

Browse files
committed
fix import
1 parent f3bb225 commit f60745f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {useApollo} from '@/api/wordpress/connector'
1+
import {useApollo} from '@/api/apolloConfig'
22
import '@/styles/index.css'
33
import {ApolloProvider} from '@apollo/client'
44
import {DefaultSeo} from 'next-seo'

0 commit comments

Comments
 (0)