Sample page and graph wrappers #32

Merged
snedadah merged 18 commits from shahanneda/wrapper into main 2022-09-02 17:39:47 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5bca794f85 - Show all commits

View File

@ -17,7 +17,7 @@ export function CenterComponentWrapper({
<section className={styles.wrapper}>
<div>
<h3>{heading}</h3>
<p className={styles.body}>{body}</p>
<p>{body}</p>
</div>
<div className={styles.graphWrapper}>{children}</div>
</section>