import { Box, Button, Center, Heading, Link, Text } from '@chakra-ui/react';
import { MdDangerous } from 'react-icons/md';
import { PageLayoutInfoCenter } from '@/components/Layout/PageLayoutInfoCenter';
import { TopBar } from '@/components/TopBar/TopBar';
export const Error403 = () => {
return (
<>
Erreur 403
Cette page vous est interdite
Retour à l'accueil
>
);
};