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>();
|
const { blogPosts } = useRouteData<typeof routeData>();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
|
||||||
<ul>
|
<ul>
|
||||||
<For each={blogPosts()}>
|
<For each={blogPosts()}>
|
||||||
{(post) => <li><Post article={post} /></li>}
|
{(post) => <li><Post article={post} /></li>}
|
||||||
</For>
|
</For>
|
||||||
</ul>
|
</ul>
|
||||||
</>
|
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue