import React from 'react' import App from './App' import Context from './Context' function AppWrapper() { return ( ) } export default AppWrapper