From 78743dfbc95f550269d320dec5af962e772577c3 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Thu, 11 Jul 2024 02:41:19 +0800 Subject: [PATCH] chore: cleanup used import --- scripts/check-filename.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-filename.mts b/scripts/check-filename.mts index 11050fb..55de12d 100644 --- a/scripts/check-filename.mts +++ b/scripts/check-filename.mts @@ -1,4 +1,4 @@ -import { resolve, relative } from 'node:path' +import { resolve } from 'node:path' import { readdirSync } from 'node:fs' const POST_DIR = resolve('src/posts')