14 lines
261 B
TypeScript
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
|