From 98802dde7e3eab456bf4892b586076431e3bb386 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 10 Jul 2025 12:42:34 +0200 Subject: Complete movement of HTML export code to `typst-html` (#6584) --- tests/src/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/run.rs b/tests/src/run.rs index 1d93ba39..9af5c789 100644 --- a/tests/src/run.rs +++ b/tests/src/run.rs @@ -5,10 +5,10 @@ use std::path::PathBuf; use ecow::eco_vec; use tiny_skia as sk; use typst::diag::{SourceDiagnostic, SourceResult, Warned}; -use typst::html::HtmlDocument; use typst::layout::{Abs, Frame, FrameItem, PagedDocument, Transform}; use typst::visualize::Color; use typst::{Document, WorldExt}; +use typst_html::HtmlDocument; use typst_pdf::PdfOptions; use typst_syntax::{FileId, Lines}; -- cgit v1.2.3