chore: remove unused import

This commit is contained in:
eritque0arcus 2025-08-20 21:38:37 -05:00
parent 3aa5000f0c
commit 07f4a06ccd
No known key found for this signature in database
GPG Key ID: B95AA12EA8C8C3AE

View File

@ -1,7 +1,6 @@
import { QuartzEmitterPlugin } from "../types"
import { write } from "./helpers"
import { styleText } from "util"
import { BuildCtx } from "../../util/ctx"
import { FullSlug } from "../../util/path"
export function extractDomainFromBaseUrl(baseUrl: string) {