import { useColorMode } from "@teste-ui/react" function App() { const { toggleColorMode } = useColorMode() return (
Hello Vite + React!