diff --git a/layouts/BaseLayout.tsx b/layouts/BaseLayout.tsx index e04ebed4828a4..27c14bb18b04f 100644 --- a/layouts/BaseLayout.tsx +++ b/layouts/BaseLayout.tsx @@ -1,5 +1,3 @@ -'use client'; - import type { FC, PropsWithChildren } from 'react'; import Footer from '@/components/Footer';