rm useless shard

This commit is contained in:
Adam 2023-06-16 13:37:48 -04:00
parent 27b792af47
commit 7d92a8598e

View file

@ -25,12 +25,10 @@ export default function Home() {
const { blogPosts } = useRouteData<typeof routeData>();
return (
<>
<ul>
<For each={blogPosts()}>
{(post) => <li><Post article={post} /></li>}
</For>
</ul>
</>
)
};