This commit is contained in:
2024-12-11 14:20:08 -05:00
parent 925cf2ca75
commit 273e310ee3
4 changed files with 48 additions and 33 deletions

View File

@@ -1,7 +1,6 @@
// app/providers.tsx
'use client';
import { ChakraProvider } from '@chakra-ui/react';
export function Providers({ children }: { children: React.ReactNode }) {
return (