Migre lib-auth vers React 19 et Chakra UI 3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { FormEvent, ReactNode } from "react";
|
||||
import { Alert, AlertDescription, AlertIcon, Button, Center, FormControl, FormLabel, HStack, Icon, Input, Stack } from "@chakra-ui/react";
|
||||
import { Alert, AlertDescription, AlertIcon, Button, Center, FormControl, FormLabel, HStack, Icon, Input, Stack } from "./chakra-compat";
|
||||
import { FcGoogle } from "react-icons/fc";
|
||||
import type { AuthProviderAvailability, AuthProviderKey, AuthSubmitValues, LoginMode } from "./types";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user