diff --git a/examples/with-next-page-transitions/pages/_app.js b/examples/with-next-page-transitions/pages/_app.js index 9c9459f5e252b..8879b5d2201f1 100644 --- a/examples/with-next-page-transitions/pages/_app.js +++ b/examples/with-next-page-transitions/pages/_app.js @@ -1,3 +1,4 @@ +import Head from 'next/head' import { PageTransition } from 'next-page-transitions' import Loader from '../components/Loader' @@ -7,6 +8,9 @@ const TIMEOUT = 400 function MyApp({ Component, pageProps }) { return ( <> + + + -