import {TermsOfService} from "@/components/terms-of-service";


export default function ProprietairesPage() {
    return (
        <TermsOfService/>)
}