diff --git a/src/components/pages/auth-content.tsx b/src/components/pages/auth-content.tsx index 90a25ff..04c6214 100644 --- a/src/components/pages/auth-content.tsx +++ b/src/components/pages/auth-content.tsx @@ -1,4 +1,5 @@ import Content from '@/components/ui/content' +import { ThemeToggler } from '@/components/ui/theme-toggler' import { cn } from '@/lib/utils' import { FC, ReactNode } from 'react' @@ -12,6 +13,9 @@ const AuthContent: FC = ({ children, className }) => {
{children} +
+ +
)