openreplay/frontend/app/components/shared/SearchActions/AiSearchSection.tsx
2025-06-03 11:40:55 +02:00

14 lines
261 B
TypeScript

/** Saas
import React from 'react'
import AiSessionSearchField from 'Shared/SessionFilters/AiSessionSearchField';
function AiSearchSection() {
return <AiSessionSearchField />
}
*/
function AiSearchSection() {
return null
}
export default AiSearchSection