diff --git a/pages/blog/index.page.tsx b/pages/blog/index.page.tsx index b3d02cfd4..d718ca1ac 100644 --- a/pages/blog/index.page.tsx +++ b/pages/blog/index.page.tsx @@ -75,7 +75,6 @@ export default function StaticMarkdownPage({ filterTag: any; }) { const router = useRouter(); - const setParam = useSetUrlParam(); const [currentFilterTag, setCurrentFilterTag] = useState( filterTag || 'All', );