diff --git a/src/frontend/apps/calendars/src/features/auth/components/LoginButton.tsx b/src/frontend/apps/calendars/src/features/auth/components/LoginButton.tsx index e0ac806..30e9a91 100644 --- a/src/frontend/apps/calendars/src/features/auth/components/LoginButton.tsx +++ b/src/frontend/apps/calendars/src/features/auth/components/LoginButton.tsx @@ -1,4 +1,4 @@ -import { Button } from "@openfun/cunningham-react"; +import { Button } from "@gouvfr-lasuite/cunningham-react"; import { login } from "../Auth"; import { useTranslation } from "react-i18next"; import { SESSION_STORAGE_REDIRECT_AFTER_LOGIN_URL } from "@/features/api/fetchApi"; diff --git a/src/frontend/apps/calendars/src/features/auth/components/LogoutButton.tsx b/src/frontend/apps/calendars/src/features/auth/components/LogoutButton.tsx index 145e86e..c49ffc7 100644 --- a/src/frontend/apps/calendars/src/features/auth/components/LogoutButton.tsx +++ b/src/frontend/apps/calendars/src/features/auth/components/LogoutButton.tsx @@ -1,4 +1,4 @@ -import { Button } from "@openfun/cunningham-react"; +import { Button } from "@gouvfr-lasuite/cunningham-react"; import { logout } from "../Auth"; import { useTranslation } from "react-i18next";