diff --git a/ext/DatesExtension.jl b/ext/DatesExtension.jl index 12d9df3..e4743b7 100644 --- a/ext/DatesExtension.jl +++ b/ext/DatesExtension.jl @@ -5,7 +5,7 @@ import Typstry: show_typst using Dates: Date, DateTime, Day, Hour, Minute, Second, Time, Week, day, hour, minute, month, second, year -using PrecompileTools: PrecompileTools, @compile_workload +using PrecompileTools: @compile_workload using Typstry: TypstString, TypstText, code, code_mode, depth, indent, print_parameters, workload # Internals diff --git a/ext/MarkdownExtension.jl b/ext/MarkdownExtension.jl index 4ecae6f..00e85e0 100644 --- a/ext/MarkdownExtension.jl +++ b/ext/MarkdownExtension.jl @@ -2,7 +2,6 @@ module MarkdownExtension import Typstry: show_typst -using Base: Iterators.Stateful using Markdown: MD, @md_str using PrecompileTools: @compile_workload using Typstry: show_raw, workload