diff --git a/pages/_app.js b/pages/_app.js index ba56534..1ea11b4 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,4 +1,4 @@ -import { App, Container } from 'next/app'; +import App, { Container } from 'next/app'; import React from 'react'; import { Provider } from 'react-redux'; import Notifications from 'react-notify-toast';