Skip to content

Commit

Permalink
Fix LabelledInput CSS module import
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavid98 committed Oct 19, 2023
1 parent edb228a commit 39d6021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/settings/LabelledInput.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as styles from '../../scss/modules/labelledInput.module.scss';
import * as styles from '../../scss/modules/LabelledInput.module.scss';
import {
ChangeEventHandler,
forwardRef,
Expand Down

0 comments on commit 39d6021

Please sign in to comment.