Skip to content

Commit

Permalink
Fix incorrect constant import
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Jan 28, 2025
1 parent f5cddec commit f2ec439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/admin.tenants.v1/providers/tenant-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

import { useAuthContext } from "@asgardeo/auth-react";
import { AppConstants } from "@wso2is/admin.core.v1/constants";
import { AppConstants } from "@wso2is/admin.core.v1/constants/app-constants";
import { UIConstants } from "@wso2is/admin.core.v1/constants/ui-constants";
import { history } from "@wso2is/admin.core.v1/helpers/history";
import { AppState } from "@wso2is/admin.core.v1/store";
Expand Down

0 comments on commit f2ec439

Please sign in to comment.