fix(*): corrects a number of html validation issues

This commit is contained in:
Cory Dransfeldt 2025-05-16 10:54:27 -07:00
parent 81e738621c
commit 8d9455940e
No known key found for this signature in database
5 changed files with 5 additions and 6 deletions

View file

@ -22,6 +22,5 @@ const fetchTopTags = async () => {
};
export default async function () {
console.log(await fetchTopTags())
return await fetchTopTags();
}