🔧 Update tsconfig.json and fix errors (#1859)

This commit is contained in:
Alejandra
2025-09-08 12:51:26 +02:00
committed by GitHub
parent d8bdcb2ef2
commit 5f1ba46404
6 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
"use client"
import { ChakraProvider } from "@chakra-ui/react"
import React, { type PropsWithChildren } from "react"
import { type PropsWithChildren } from "react"
import { system } from "../../theme"
import { ColorModeProvider } from "./color-mode"
import { Toaster } from "./toaster"