import * as React from 'react'; import {SFC} from 'react'; import {ListPageExample} from './examples'; export const App: SFC<{}> = () => ( ); App.displayName = 'App';