1
0
Fork 0

feat(lab): Added tests/sampling

This commit is contained in:
Joost De Cock 2022-02-13 15:45:27 +01:00
parent a8e453d2de
commit a706e3cac2
9 changed files with 127 additions and 149 deletions

View file

@ -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}`}>