Skip to content

Commit

Permalink
fix textInput scss import
Browse files Browse the repository at this point in the history
  • Loading branch information
jguevarra committed Dec 6, 2024
1 parent 3385760 commit 9936397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-components/new-inputs/text-input/TextInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9936397

Please sign in to comment.