Skip to content

Commit

Permalink
Reordering impots
Browse files Browse the repository at this point in the history
  • Loading branch information
glenfannin-okta committed Jan 25, 2024
1 parent 392512b commit 26c9e18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import {
useAutoFocus,
useDebouncedChange,
} from '../../../../../hooks';
import { ChangeEvent } from '../../../../../types';
import { eventToValue } from '../../../../../util';
import { ChangeEvent } from '../../../../..//types';

const InputPassword: FunctionComponent<ControlProps> = ({
// uischema,
Expand Down Expand Up @@ -116,7 +116,7 @@ const InputPassword: FunctionComponent<ControlProps> = ({
};

return (
<Box marginBottom={4}>
<Box marginBlockEnd={4}>
<InputLabel
htmlFor={path}
>
Expand Down

0 comments on commit 26c9e18

Please sign in to comment.