We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33abafb commit 14b4006Copy full SHA for 14b4006
pages/_app.js
@@ -4,14 +4,14 @@ import { AppProvider } from 'utils/context/AppContext';
4
import Router from 'next/router';
5
import NProgress from 'nprogress';
6
7
-import Footer from '../components/Footer/Footer.component';
+import Footer from 'components/Footer/Footer.component';
8
9
import "styles/index.css";
10
import 'styles/algolia.min.css';
11
import 'styles/animate.min.css';
12
import 'nprogress/nprogress.css';
13
14
-import client from '../utils/apollo/ApolloClient';
+import client from 'utils/apollo/ApolloClient';
15
16
Router.events.on('routeChangeStart', () => NProgress.start());
17
Router.events.on('routeChangeComplete', () => NProgress.done());
0 commit comments