From 3983e1a8e23ca4bf8e7c5d52b0bbb562b77d946f Mon Sep 17 00:00:00 2001 From: mshwed Date: Sun, 31 Mar 2024 10:57:03 -0400 Subject: [PATCH] Updated imports --- src/core/operations/ExtractHashes.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/ExtractHashes.mjs b/src/core/operations/ExtractHashes.mjs index ac4765ec..ba31164f 100644 --- a/src/core/operations/ExtractHashes.mjs +++ b/src/core/operations/ExtractHashes.mjs @@ -4,8 +4,8 @@ * @license Apache-2.0 */ -import Operation from "../Operation"; -import { search } from "../lib/Extract"; +import Operation from "../Operation.mjs"; +import { search } from "../lib/Extract.mjs"; /** * Extract Hash Values operation