From 40e98cef3db30c199bf3feda09d865c73e222957 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 21 Feb 2024 10:04:28 +0800 Subject: [PATCH] chore: format --- src/node/markdownToVue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/markdownToVue.ts b/src/node/markdownToVue.ts index 216142e5..09c9f040 100644 --- a/src/node/markdownToVue.ts +++ b/src/node/markdownToVue.ts @@ -14,7 +14,7 @@ import { slash, type HeadConfig, type MarkdownEnv, - type PageData, + type PageData } from './shared' import { treatAsHtml } from '../shared/shared' import { getGitTimestamp } from './utils/getGitTimestamp'