Fix a bug causing the server to always create an error

This commit is contained in:
JP1998 2019-04-09 09:55:45 +02:00
parent f1e206db0b
commit 5f1a8877df
1 changed files with 1 additions and 1 deletions

View File

@ -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';