From d6c79b90fafa4e8ae4ac2837812123da086d5871 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 21 Aug 2025 15:23:15 -0700 Subject: [PATCH] Tweak import path. --- src/lib/crypto/nano-nacl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/crypto/nano-nacl.ts b/src/lib/crypto/nano-nacl.ts index cd829df..3c82cb4 100644 --- a/src/lib/crypto/nano-nacl.ts +++ b/src/lib/crypto/nano-nacl.ts @@ -1,7 +1,7 @@ //! SPDX-FileCopyrightText: 2025 Chris Duncan //! SPDX-License-Identifier: GPL-3.0-or-later -import { Blake2b } from './blake2b' +import { Blake2b } from '.' /** * Ported in 2014 by Dmitry Chestnykh and Devi Mandiri. -- 2.47.3