feat: Add client-side code for privacy policy page
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
"use client";
|
||||
import Footer from "@/components/footer";
|
||||
import { Navigation } from "@/components/navigation";
|
||||
import { releaseNoteIsAlpha, releaseNotes } from "@/lib/release-notes";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"use client";
|
||||
|
||||
interface Fix {
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user