import {Notifications} from "@/components/notifications";


export default function ProprietairesPage() {
    return (
        <Notifications/>)
}