Skip to content

Commit d6cab17

Browse files
committed
fix(footer): import const from proper place
1 parent 6126cec commit d6cab17

File tree

3 files changed

+127
-108
lines changed

3 files changed

+127
-108
lines changed

clients/web/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Pocket front end web client",
44
"version": "1.0.0",
55
"dependencies": {
6+
"@common/constants": "workspace:*",
67
"@braze/web-sdk": "5.4.0",
78
"@emotion/cache": "11.13.1",
89
"@emotion/css": "11.13.0",

clients/web/src/connectors/languages/languages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useTranslation } from 'next-i18next'
22
import { useRouter } from 'next/router'
3-
import { LANGUAGE_BY_LOCALE } from '@common/localization'
3+
import { LANGUAGE_BY_LOCALE } from '@common/constants'
44

55
export function Languages() {
66
const translation = useTranslation()

0 commit comments

Comments
 (0)