import Page from 'components/layout/Page'; import FunnelChart from './FunnelChart'; import FunnelForm from './FunnelForm'; export default function FunnelPage() { function handleOnSearch() { // do API CALL to api/reports/funnel to get funnelData // Get DATA } return ( funnelPage {/* */} website / start/endDate urls: [] {/* {!chartLoaded && } {chartLoaded && ( <> {!view && } {view && } )} */} ); }