feat(lab): Added tests/sampling
This commit is contained in:
parent
a8e453d2de
commit
a706e3cac2
9 changed files with 127 additions and 149 deletions
|
@ -3,7 +3,7 @@ import ThemeIcon from 'shared/components/icons/theme.js'
|
|||
import { useTranslation } from 'next-i18next'
|
||||
|
||||
const ThemePicker = ({ app, className }) => {
|
||||
const { t } = useTranslation(['app'])
|
||||
const { t } = useTranslation(['themes'])
|
||||
|
||||
return (
|
||||
<div className={`dropdown ${className}`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue