import App, { Container } from 'next/app'; import Head from 'next/head'; import React from 'react'; import { Provider } from 'react-redux'; import withReduxStore from '../with-redux-store'; class MyApp extends App { render() { const { Component, pageProps, reduxStore } = this.props; return ( Kutt.it | Modern Open Source URL shortener. ); } } export default withReduxStore(MyApp);