Skip to content

Commit

Permalink
changed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloDolia committed Jul 28, 2024
1 parent d1820c9 commit c81d4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/icon-with-text-list/ProfileDoneItemsList.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { FC } from 'react'
import { useTranslation } from 'react-i18next'

import Box from '@mui/material/Box'
import Typography from '@mui/material/Typography'
import { PopoverOrigin } from '@mui/material'

import AppPopover from '../app-popover/AppPopover'
import TitleWithDescription from '~/components/title-with-description/TitleWithDescription'

import { styles } from '~/components/icon-with-text-list/ProfileDoneItemsList.style'
import { ProfileDoneItem } from '~/types'
import { FC } from 'react'
import { PopoverOrigin } from '@mui/material'

interface ProfileDoneItemsListProps {
items: ProfileDoneItem[]
Expand Down

0 comments on commit c81d4da

Please sign in to comment.