fix: format PageCount with Prettier

This commit is contained in:
Keisuke ANDO 2025-05-30 10:31:38 +09:00
parent d1aae46e87
commit 2192e9dfef

View File

@ -2,11 +2,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro
import { classNames } from "../util/lang"
import { i18n } from "../i18n"
const PageCount: QuartzComponent = ({
allFiles,
displayClass,
cfg,
}: QuartzComponentProps) => {
const PageCount: QuartzComponent = ({ allFiles, displayClass, cfg }: QuartzComponentProps) => {
const count = allFiles.length
return (
<div class={classNames(displayClass, "page-count")}>