We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6126cec commit d6cab17Copy full SHA for d6cab17
clients/web/package.json
@@ -3,6 +3,7 @@
3
"description": "Pocket front end web client",
4
"version": "1.0.0",
5
"dependencies": {
6
+ "@common/constants": "workspace:*",
7
"@braze/web-sdk": "5.4.0",
8
"@emotion/cache": "11.13.1",
9
"@emotion/css": "11.13.0",
clients/web/src/connectors/languages/languages.js
@@ -1,6 +1,6 @@
1
import { useTranslation } from 'next-i18next'
2
import { useRouter } from 'next/router'
-import { LANGUAGE_BY_LOCALE } from '@common/localization'
+import { LANGUAGE_BY_LOCALE } from '@common/constants'
export function Languages() {
const translation = useTranslation()
0 commit comments