mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
Group imports
This commit is contained in:
parent
24d68ba61c
commit
7791162455
@ -1,9 +1,11 @@
|
||||
use crate::foundations::Bytes;
|
||||
use hayro_syntax::page::Page;
|
||||
use hayro_syntax::{LoadPdfError, Pdf};
|
||||
use std::hash::{Hash, Hasher};
|
||||
use std::sync::Arc;
|
||||
|
||||
use hayro_syntax::page::Page;
|
||||
use hayro_syntax::{LoadPdfError, Pdf};
|
||||
|
||||
use crate::foundations::Bytes;
|
||||
|
||||
struct DocumentRepr {
|
||||
pdf: Arc<Pdf>,
|
||||
data: Bytes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user