import React from 'react' import '../styles/index.css' import 'react-day-picker/lib/style.css' import AppStore from '../context/appStore' export default function MyApp({ Component, pageProps }) { return ( ) }