From e426ea9d254a414b945a061b4aa88e26ec2ad97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Sworze=C5=84?= Date: Thu, 8 Feb 2024 13:06:02 +0100 Subject: [PATCH] change import name --- govtool/frontend/src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/govtool/frontend/src/utils/index.ts b/govtool/frontend/src/utils/index.ts index 266a15aa1..f28259282 100644 --- a/govtool/frontend/src/utils/index.ts +++ b/govtool/frontend/src/utils/index.ts @@ -2,7 +2,7 @@ export * from "./adaFormat"; export * from "./basicReducer"; export * from "./callAll"; export * from "./formatDate"; -export * from "./getDRepID"; +export * from "./getDRepId"; export * from "./getLengthInBytes"; export * from "./getProposalTypeLabel"; export * from "./isValidFormat";