add nicep and do saner exports in layout index

This commit is contained in:
Paul Miller
2023-04-29 23:24:28 -05:00
parent 0b9a144fd2
commit 0ab094debd

View File

@@ -112,4 +112,4 @@ export const SmallAmount: ParentComponent<{ amount: number | bigint }> = (props)
export const NiceP: ParentComponent = (props) => {
return (<p class="text-2xl font-light">{props.children}</p>)
}
}