diff --git a/src/app/case-studies/_ui/index.tsx b/src/app/case-studies/_ui/index.tsx index 62922bf..e73b914 100644 --- a/src/app/case-studies/_ui/index.tsx +++ b/src/app/case-studies/_ui/index.tsx @@ -1,5 +1,7 @@ import Link from 'next/link'; import { Link as ExternalLink } from '@trussworks/react-uswds'; +import styles from './styles.module.scss'; +import classNames from 'classnames'; interface ContainerProps { children: React.ReactNode; @@ -42,7 +44,12 @@ const Text = ({ children }: ContainerProps) => { const UnorderedList = ({ children }: ContainerProps) => { return ( -