Skip to content

Commit 5120180

Browse files
fix(lint): remove remaining unused mock variables in archive page
1 parent 16a893b commit 5120180

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/pages/archive.astro

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ const formatDate = (date: Date) => {
1616
});
1717
};
1818
19-
// Initial state for progress bar (example: 12 posts out of 20)
20-
// In a real app, this would be dynamic.
21-
const totalArticlesCount = 50; // Mock total
22-
const currentArticlesCount = allPosts.length;
23-
// progressPercentage removed as it was unused
2419
---
2520

2621
<Layout title="Article Archive | DevBlog">

0 commit comments

Comments
 (0)