From ea4a5a007bf923da4ac217bcfc30058318b4cbb6 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sun, 29 Mar 2026 16:37:09 +0300 Subject: [PATCH] fix import package name --- template/unexplrd-mise/src/utils.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/unexplrd-mise/src/utils.typ b/template/unexplrd-mise/src/utils.typ index 1fd6991..9a7c099 100644 --- a/template/unexplrd-mise/src/utils.typ +++ b/template/unexplrd-mise/src/utils.typ @@ -1,4 +1,4 @@ -#import "@local/nure:0.1.1": utils +#import "@vendor/nure:0.1.1": utils /// captioned image with auto-generated label from path /// Usage: img("path/to/image.png", "Caption")(optional: "source")