From 2462659026f785ecf093abbf685b81c30522c5ea Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 6 Nov 2024 15:48:47 +0800 Subject: [PATCH] fix(layout): revert client side auth --- app/(main)/layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx index 963a411..8df46a4 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/layout.tsx @@ -1,5 +1,3 @@ -"use client"; - import Footer from "@/app/(main)/footer"; import Header from "@/app/(main)/header"; import { auth } from "@/auth";