From 96a634eb4141deec7438beef76cbc06084f2c183 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Mon, 17 Mar 2025 13:09:32 -0500 Subject: [PATCH] lint(contentIndex): format --- quartz/plugins/emitters/contentIndex.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/quartz/plugins/emitters/contentIndex.tsx b/quartz/plugins/emitters/contentIndex.tsx index 723e8b78c..4d1fab11b 100644 --- a/quartz/plugins/emitters/contentIndex.tsx +++ b/quartz/plugins/emitters/contentIndex.tsx @@ -2,13 +2,7 @@ import { Root } from "hast" import { GlobalConfiguration } from "../../cfg" import { getDate } from "../../components/Date" import { escapeHTML } from "../../util/escape" -import { - FilePath, - FullSlug, - SimpleSlug, - joinSegments, - simplifySlug, -} from "../../util/path" +import { FilePath, FullSlug, SimpleSlug, joinSegments, simplifySlug } from "../../util/path" import { QuartzEmitterPlugin } from "../types" import { toHtml } from "hast-util-to-html" import { write } from "./helpers"