import React from 'react';

export { default as history } from './history'

export interface AppProps {
  Component: React.FC
}
