player and share

This commit is contained in:
Sara
2024-01-24 13:57:16 +01:00
parent 66211262d0
commit 68e708f62b
14 changed files with 516 additions and 398 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import { ChakraProvider } from "@chakra-ui/react";
import theme from "./theme";
import theme from "./styles/theme";
export function Providers({ children }: { children: React.ReactNode }) {
return <ChakraProvider theme={theme}>{children}</ChakraProvider>;