Rename LegalNotices page component files

This commit is contained in:
2026-03-12 14:58:22 +01:00
parent c973834133
commit 7dc1048a2a
4 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
import styles from "./LegalNotices.module.css";
import styles from "./LegalNoticesPage.module.css";
import {Link} from "react-router";
export default function legalNotices() {
export default function legalNoticesPage() {
return (
<div className={`${styles.legalNotices} glassCard`}>
<h1>Mentions Légales</h1>