Rename PageNotFound page component files

This commit is contained in:
2026-03-12 14:59:40 +01:00
parent c829c65c52
commit 472cf3d988
3 changed files with 5 additions and 5 deletions
@@ -1,9 +1,9 @@
import Background from "../../components/Background/Background.jsx";
import styles from "./PageNotFound.module.css"
import styles from "./PageNotFoundPage.module.css"
import { useNavigate } from "react-router";
import { APP_CONFIG } from "../../config/appConfig.js";
export default function PageNotFound() {
export default function PageNotFoundPage() {
const navigate = useNavigate();