Refactor components structure

This commit is contained in:
prototypa
2022-09-04 03:26:36 -04:00
parent 00cd7fa1b1
commit a81e825247
9 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
---
import Item from "~/components/widgets/blog/ListItem.astro";
import Item from "~/components/blog/ListItem.astro";
const { posts } = Astro.props;
---