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

Commit 053fe8b

Browse files
committed
organize imports
1 parent aa45b8e commit 053fe8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/_app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import PropTypes from 'prop-types'
1+
import {useApollo} from '@/api/wordpress/connector'
22
import '@/styles/index.css'
33
import {ApolloProvider} from '@apollo/client'
4-
import {useApollo} from '@/api/wordpress/connector'
5-
import Error from 'next/error'
64
import {DefaultSeo} from 'next-seo'
5+
import Error from 'next/error'
6+
import PropTypes from 'prop-types'
77

88
export default function App({Component, pageProps}) {
99
/**

0 commit comments

Comments
 (0)