import React from 'react'; import LiveSessionList from 'Shared/LiveSessionList'; import LiveSessionSearch from 'Shared/LiveSessionSearch'; import usePageTitle from '@/hooks/usePageTitle'; import AssistSearchActions from './AssistSearchActions'; function AssistView() { usePageTitle('Co-Browse - OpenReplay'); return (
); } export default AssistView;