Skip to content

Commit

Permalink
Cleanup imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed May 24, 2024
1 parent e65934a commit 3aa9daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tree/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

import * as html from "@lambdaurora/libhtml";
import { BlockElement, Comment, Element, HtmlRenderable, map_nodes, Node, NodeInput, Text } from "./base.ts";
import { BlockElement, Element, HtmlRenderable, map_nodes, Node, NodeInput, Text } from "./base.ts";
import { Link } from "./element.ts";
import { Document } from "./document.ts";
import { to_anchor_name } from "../utils.ts";
Expand Down

0 comments on commit 3aa9daf

Please sign in to comment.