add icon list block and a fun happy placeholder piggy
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
import { FeaturedBlock } from "../blocks/FeaturedBlock";
|
||||
import { IconListBlock } from "../blocks/IconListBlock";
|
||||
import styles from "./body.module.scss";
|
||||
|
||||
export const Body = () => {
|
||||
return (
|
||||
<>
|
||||
<IconListBlock />
|
||||
<FeaturedBlock />
|
||||
<FeaturedBlock />
|
||||
<div className={styles.body}>
|
||||
|
Reference in New Issue
Block a user