Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-c committed Dec 6, 2024
1 parent 306d41a commit 302bda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/inputs/Tags/TagsInput.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { useCallback, useMemo, useState } from 'react'
import { TagsInputProps } from './types'
import { TextField } from 'components'
import { TextField } from '../../index'
import { Chip } from '@mui/material'
import { append, dropLast, equals, filter, includes, map } from 'ramda'
import { emptyString } from 'components/utils/constants'
import { emptyString } from '../../utils/constants'

/**
* TagsInput component provides a user-friendly interface for entering and managing tags or keywords,
Expand Down

0 comments on commit 302bda2

Please sign in to comment.