1
0
Fork 0

fix(shared): Typo in import

This commit is contained in:
Joost De Cock 2022-10-05 23:04:12 +02:00
parent fb542ff98d
commit 90221abd32

View file

@ -3,7 +3,7 @@ import themes from 'shared/themes/index.js'
import ThemeIcon from 'shared/components/icons/theme.js'
import { useTranslation } from 'next-i18next'
import { Popover, Transition } from '@headlessui/react'
import Down from 'shared/components/icons/down'
import DownIcon from 'shared/components/icons/down'
const ThemePicker = ({ app, className, iconOnly = false }) => {
const { t } = useTranslation(['themes', 'common'])