refactor(path): remove unused URL import for isomorphic compatibility

This commit is contained in:
Karim H 2025-03-21 19:33:10 -04:00
parent 44abf3a30d
commit 0b17d11786

View File

@ -1,7 +1,6 @@
import { slug as slugAnchor } from "github-slugger"
import type { Element as HastElement } from "hast"
import { clone } from "./clone"
import { URL } from "url"
// this file must be isomorphic so it can't use node libs (e.g. path)