diff options
Diffstat (limited to 'crates/typst-docs/src/html.rs')
| -rw-r--r-- | crates/typst-docs/src/html.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/typst-docs/src/html.rs b/crates/typst-docs/src/html.rs index b021d4a7..38e56c09 100644 --- a/crates/typst-docs/src/html.rs +++ b/crates/typst-docs/src/html.rs @@ -4,11 +4,10 @@ use comemo::Prehashed; use pulldown_cmark as md; use typed_arena::Arena; use typst::diag::FileResult; -use typst::eval::{Datetime, Tracer}; +use typst::eval::{Bytes, Datetime, Tracer}; use typst::font::{Font, FontBook}; use typst::geom::{Point, Size}; use typst::syntax::{FileId, Source}; -use typst::util::Bytes; use typst::World; use yaml_front_matter::YamlFrontMatter; |
