Rename LegalNotices page component files
This commit is contained in:
+2
-2
@@ -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>
|
||||
Reference in New Issue
Block a user