Skip to content

Commit

Permalink
chore: apply auto-fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcdup1 authored and github-actions[bot] committed Jul 18, 2023
1 parent 3888446 commit d05e857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import { useFormContext } from 'react-hook-form'
import { throttle } from 'throttle-debounce'

import type { CSS } from '~/stitches'
import { Override } from '~/utilities'

import { Box } from '../box'
import { FieldElementWrapperProps } from '../field-wrapper'
import { Flex } from '../flex'
import { InlineMessage } from '../inline-message'
import { PasswordField } from '../password-field'
import { PasswordInput } from '../password-input'
import { Override } from '~/utilities'

type ValidationResult = Record<string, boolean>

Expand Down

0 comments on commit d05e857

Please sign in to comment.