André Kempf
Full-Stack Web Developer
Großschneidersweg 2a
diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx index 2e0eef0..8c95a96 100644 --- a/app/privacy/page.tsx +++ b/app/privacy/page.tsx @@ -3,6 +3,8 @@ * @description Server component rendering the privacy policy page with a title header and back button navigation. */ +import { GoBackButton } from "../components/ui/buttons/GoBackButton"; + /** * Renders the privacy policy page containing the main title and layout container alongside a back navigation button. * @@ -16,6 +18,7 @@ export default async function PrivacyPage() {