From 5f1a8877dfd273d448f78b979529d2606be2171c Mon Sep 17 00:00:00 2001 From: JP1998 Date: Tue, 9 Apr 2019 09:55:45 +0200 Subject: [PATCH] Fix a bug causing the server to always create an error --- pages/_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';