mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 08:51:13 -05:00
Implement dynamic page titles
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { useLocation } from "react-router-dom";
|
||||
import { useEffect } from "react";
|
||||
import { useDocumentTitle } from '@/hooks/useDocumentTitle';
|
||||
|
||||
const NotFound = () => {
|
||||
useDocumentTitle('404 - Page Not Found');
|
||||
const location = useLocation();
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user