Skip to content

Commit 988fc1b

Browse files
fix: error
1 parent 1831bbc commit 988fc1b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/OpenSign/src/pages/PlaceHolderSign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import {
6262
LottieWithLoader,
6363
Alert,
6464
Upgrade,
65-
ModalUi
65+
Loader
6666
} from "../primitives";
6767

6868
function PlaceHolderSign() {

apps/OpenSign/src/primitives/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export { default as TourContentWithBtn } from "./TourContentWithBtn";
55
export { default as HandleError } from "./HandleError";
66
export { default as LoaderWithMsg } from "./LoaderWithMsg";
77
export { default as PdfDeclineModal } from "./PdfDeclineModal";
8-
export { default as LoaderWithMsg } from "./LoaderWithMsg";
98
export { default as LinkUserModal } from "./LinkUserModal";
109
export { default as QuotaCard } from "./QuotaCard";
1110
export { default as LottieWithLoader } from "./DotLottieReact";

0 commit comments

Comments
 (0)