Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutens committed Nov 30, 2024
1 parent fb3093e commit 36082fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/design-system/components/input-field/InputField.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import '~scss-components/input-field/InputField.scss'
import { InputFieldVariantEnum } from './InputField.constants'
import SearchIcon from '@mui/icons-material/Search'
import ClearIcon from '@mui/icons-material/Clear'
import ErrorOutlineIcon from '@mui/icons-material/ErrorOutline'
Expand All @@ -10,6 +8,8 @@ import { InputBaseProps } from '@mui/material/InputBase'
import Box from '@mui/material/Box'
import { SxProps } from '@mui/material'

import { InputFieldVariantEnum } from './InputField.constants'
import '~scss-components/input-field/InputField.scss'
export interface InputFieldProps extends InputBaseProps {
variant: InputFieldVariantEnum
label?: string
Expand Down

0 comments on commit 36082fd

Please sign in to comment.