From 9936397c5cfcc7096cfa1fa6683845c40bf14439 Mon Sep 17 00:00:00 2001 From: Jazlene Rae Guevarra Date: Fri, 6 Dec 2024 11:41:47 -0500 Subject: [PATCH] fix textInput scss import --- src/app-components/new-inputs/text-input/TextInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app-components/new-inputs/text-input/TextInput.jsx b/src/app-components/new-inputs/text-input/TextInput.jsx index 1a448d1..3f41734 100644 --- a/src/app-components/new-inputs/text-input/TextInput.jsx +++ b/src/app-components/new-inputs/text-input/TextInput.jsx @@ -4,7 +4,7 @@ import { Label, TextInput as UswdsTextInput } from '@trussworks/react-uswds'; import classNames from 'classnames'; -import './TextInput.scss'; +import './textInput.scss'; const TextInput = ({ className = 'width-full',