From 1deb08504389050f740dc9f238ee86e8bc2b1965 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Thu, 10 Oct 2024 14:07:35 +0800 Subject: [PATCH] dev: use shim --- crates/reflexo-typst/src/export/dynamic_layout.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/reflexo-typst/src/export/dynamic_layout.rs b/crates/reflexo-typst/src/export/dynamic_layout.rs index 37d3dd24..f623a700 100644 --- a/crates/reflexo-typst/src/export/dynamic_layout.rs +++ b/crates/reflexo-typst/src/export/dynamic_layout.rs @@ -6,7 +6,6 @@ use reflexo_typst2vec::IntoTypst; use reflexo_vec2svg::{DynamicLayoutSvgExporter, MultiVecDocument}; use reflexo_world::TaskInputs; use typst::foundations::IntoValue; -use typst::utils::LazyHash; use typst::{diag::SourceResult, World}; use crate::typst::prelude::*;