test: client side auth

This commit is contained in:
hamster1963 2024-11-06 15:38:00 +08:00
parent b123ad9f3e
commit adaed58fa5

View File

@ -1,3 +1,5 @@
"use client";
import Footer from "@/app/(main)/footer";
import Header from "@/app/(main)/header";
import { auth } from "@/auth";