Skip to content

Commit 5de33da

Browse files
committed
fix: remove redundant import
1 parent 514a61e commit 5de33da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/tags/[slug].astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { getCollection } from 'astro:content'
33
import kebabCase from 'lodash.kebabcase'
44
5-
import LeetCodeDifficulty from '@/components/LeetCodeDifficulty.astro'
65
import PostList from '@/components/post/PostList.astro'
76
import siteConfig from '@/configs/site'
87
import AppLayout from '@/layouts/AppLayout.astro'

0 commit comments

Comments
 (0)