Missing 'use client'.

This commit is contained in:
Mike Cao 2024-02-02 22:35:46 -08:00
parent bb0504065b
commit ecb3af284f
3 changed files with 4 additions and 3 deletions

View file

@ -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 = {