diff --git a/src/app/[locale]/(auth)/layout.tsx b/src/app/[locale]/(auth)/layout.tsx index b533ea9..eea5f9d 100644 --- a/src/app/[locale]/(auth)/layout.tsx +++ b/src/app/[locale]/(auth)/layout.tsx @@ -1,14 +1,10 @@ 'use client'; -import Footer from '@/components/layout/footer/footer'; -import { Box, Flex } from '@chakra-ui/react'; - function AuthLayout({ children }: { children: React.ReactNode }) { return ( - - {children} -