import React from 'react'; import LiveSessionList from 'Shared/LiveSessionList'; import LiveSessionSearch from 'Shared/LiveSessionSearch'; import AssistSearchActions from './AssistSearchActions'; function AssistView() { return (
) } export default AssistView;