fix(shared): Typo in import
This commit is contained in:
parent
fb542ff98d
commit
90221abd32
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue