Fix a bug causing the server to always create an error
This commit is contained in:
parent
f1e206db0b
commit
5f1a8877df
|
|
@ -1,4 +1,4 @@
|
||||||
import { App, Container } from 'next/app';
|
import App, { Container } from 'next/app';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Provider } from 'react-redux';
|
import { Provider } from 'react-redux';
|
||||||
import Notifications from 'react-notify-toast';
|
import Notifications from 'react-notify-toast';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue