Skip to content

Commit 31cedc1

Browse files
committed
Migrate Microsimulation page to app v2 using new components
1 parent 2b4e3ae commit 31cedc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/pages/Microsim.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function MicrosimPage() {
1111
const navigate = useNavigate();
1212
const { countryId } = useParams<{ countryId: string }>();
1313
return (
14-
<Container size='xl'>
14+
<Container size="xl">
1515
<PageHeader
1616
title="Microsimulation"
1717
description="How PolicyEngine's tax and benefit models work"

0 commit comments

Comments
 (0)