diff --git a/index.html b/index.html index 56fe0dd12..521a78f5f 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
diff --git a/src/App.tsx b/src/App.tsx index dcaa829e6..4f84a0322 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,5 @@ import { useQuery } from '@tanstack/react-query'; +import '@trussworks/react-uswds/lib/index.css'; import useSblAuth from 'api/useSblAuth'; import LoadingOrError from 'components/LoadingOrError'; import { Button, FooterCfGov, Link, PageHeader } from 'design-system-react'; diff --git a/src/components/FormWrapper.tsx b/src/components/FormWrapper.tsx index a19029f7e..c188ea398 100644 --- a/src/components/FormWrapper.tsx +++ b/src/components/FormWrapper.tsx @@ -6,7 +6,7 @@ interface Properties { function FormWrapper({children}: Properties): JSX.Element { return ( -{children}
{children}