Skip to content

Commit

Permalink
fix(container): fix usefeatureavailability import issue
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Bajeux <[email protected]>
  • Loading branch information
Maxime Bajeux committed Oct 16, 2024
1 parent d996a6c commit 6af8961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { kycIndiaModalLocalStorageKey, kycIndiaFeature, requiredStatusKey } from
import { useIdentityDocumentsStatus } from "@/hooks/useIdentityDocumentsStatus";
import { ODS_BUTTON_SIZE, ODS_BUTTON_VARIANT } from '@ovhcloud/ods-components';
import { FunctionComponent, useEffect, useRef, useState } from "react";
import { useFeatureAvailability } from "@ovhcloud/manager-components";
import { useFeatureAvailability } from "@ovh-ux/manager-react-components";
import { useTranslation, Trans } from 'react-i18next';
import { useLocalStorage } from "react-use";
import { useShell } from "@/context";
Expand Down

0 comments on commit 6af8961

Please sign in to comment.