mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Missing 'use client'.
This commit is contained in:
parent
bb0504065b
commit
ecb3af284f
3 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ import { httpGet, setItem } from 'next-basics';
|
|||
import { LOCALE_CONFIG } from 'lib/constants';
|
||||
import { getDateLocale, getTextDirection } from 'lib/lang';
|
||||
import useStore, { setLocale } from 'store/app';
|
||||
import { useForceUpdate } from 'components/hooks';
|
||||
import { useForceUpdate } from './useForceUpdate';
|
||||
import enUS from '../../../public/intl/country/en-US.json';
|
||||
|
||||
const messages = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue