From d4c122646ccd6fc989b4436e16b2dffdc931dee6 Mon Sep 17 00:00:00 2001
From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
Date: Thu, 28 Sep 2023 15:39:44 +0000
Subject: [PATCH] fix(explorer): default sortFn implementation (#511)
---
quartz/plugins/filters/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/quartz/plugins/filters/index.ts b/quartz/plugins/filters/index.ts
index 1952c6f..d937143 100644
--- a/quartz/plugins/filters/index.ts
+++ b/quartz/plugins/filters/index.ts
@@ -1,2 +1,2 @@
-export { RemoveDrafts } from './draft'
-export { ExplicitPublish } from './explicit'
+export { RemoveDrafts } from "./draft"
+export { ExplicitPublish } from "./explicit"
--
Gitblit v1.10.0