From 0ab094debd8879307b0266e3c72ef447e1fdd478 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 29 Apr 2023 23:24:28 -0500 Subject: [PATCH] add nicep and do saner exports in layout index --- src/components/layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 1b2426d..a1bb511 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -112,4 +112,4 @@ export const SmallAmount: ParentComponent<{ amount: number | bigint }> = (props) export const NiceP: ParentComponent = (props) => { return (

{props.children}

) -} \ No newline at end of file +}