/* eslint-disable @typescript-eslint/no-explicit-any */ import PerfectScrollbar from 'react-perfect-scrollbar'; import SearchResulsDriveItems from './tabs/drive'; export const SearchResultsIndex = () => { return ( <> ); };