rm useless shard
This commit is contained in:
parent
27b792af47
commit
7d92a8598e
1 changed files with 5 additions and 7 deletions
|
@ -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>
|
||||
</>
|
||||
)
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue