import {Status} from "../types"; export default function Chats({status} : Status) { return (

Chats dans la chatière

{status?.catsInside || ""}

) }