2
0

fix: 🐛 UpgradeModal ending with a dot

This commit is contained in:
Baptiste Arnaud
2022-04-05 14:55:19 +02:00
parent 786908e9cf
commit 1fb4328938
11 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@ import {
Tag,
useDisclosure,
} from '@chakra-ui/react'
import { UpgradeModal } from 'components/shared/modals/UpgradeModal.'
import { UpgradeModal } from 'components/shared/modals/UpgradeModal'
import { SwitchWithLabel } from 'components/shared/SwitchWithLabel'
import { useUser } from 'contexts/UserContext'
import { GeneralSettings } from 'models'