import MatchesInterface from "../components/matches/MatchesProfilesTab" import SearchUI from "../components/matches/SearchUI" const MatchesPage = () => { return ( <> ) } export default MatchesPage