mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 16:31:13 -05:00
Implement dynamic page titles
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { Header } from '@/components/layout/Header';
|
||||
import { useDocumentTitle } from '@/hooks/useDocumentTitle';
|
||||
|
||||
export default function Privacy() {
|
||||
useDocumentTitle('Privacy Policy');
|
||||
return (
|
||||
<div className="min-h-screen bg-background">
|
||||
<Header />
|
||||
|
||||
Reference in New Issue
Block a user