Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-egov committed Sep 17, 2024
1 parent 5e5deb8 commit 57f8bf7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useCallback, useEffect } from "react";
import { useTranslation } from "react-i18next";
import { Header, InfoIcon } from "@egovernments/digit-ui-react-components";
import { Header, InfoIcon } from "@upyog/digit-ui-react-components";
import { useParams, useHistory, useLocation } from "react-router-dom";

import RegisryInbox from "../../../components/RegistryInbox";
Expand Down Expand Up @@ -332,4 +332,4 @@ const FSMRegistry = () => {
);
};

export default FSMRegistry;
export default FSMRegistry;

0 comments on commit 57f8bf7

Please sign in to comment.