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 +}