feat: Add client-side code for privacy policy page

This commit is contained in:
mauro-balades
2024-08-27 16:02:37 +02:00
parent b6a64a0f52
commit 9b31fafcad
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
"use client";
import Footer from "@/components/footer";
import { Navigation } from "@/components/navigation";
import { releaseNoteIsAlpha, releaseNotes } from "@/lib/release-notes";

View File

@@ -1,3 +1,4 @@
"use client";
interface Fix {
description: string;