import { Container, Button } from "react-bootstrap"; const NotFound = () => { return (

⚠️ Cette page n'existe pas.

); }; export default NotFound;