Skip to content

Commit

Permalink
chore: cleanup used import
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jul 10, 2024
1 parent c4a91dc commit 78743df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-filename.mts
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 78743df

Please sign in to comment.