make legacy page client

This commit is contained in:
Benny Joo 2024-01-12 16:28:12 +00:00
parent 98426b17f5
commit 00722f7d47

View File

@ -1,3 +1,5 @@
"use client";
import { useSession } from "next-auth/react";
import { Trans } from "next-i18next";
import Link from "next/link";