fix(layout): revert client side auth

This commit is contained in:
hamster1963 2024-11-06 15:48:47 +08:00
parent adaed58fa5
commit 2462659026

View File

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