shrestha-prabin

Results 1 comments of shrestha-prabin

```js "use client"; import { ChakraProvider, ColorModeScript } from "@chakra-ui/react"; import { theme } from "./theme/theme"; export function Providers({ children }: { children: React.ReactNode }) { return ( {children} );...