We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7975cd8 commit 93a48e4Copy full SHA for 93a48e4
projects/js-packages/components/components/jetpack-footer/index.tsx
@@ -3,7 +3,7 @@ import { __, _x } from '@wordpress/i18n';
3
import { Icon, external } from '@wordpress/icons';
4
import clsx from 'clsx';
5
import React from 'react';
6
-import { STORE_ID as CONNECTION_STORE_ID } from '../../../../js-packages/connection/state/store.js';
+import { STORE_ID as CONNECTION_STORE_ID } from '../../../../js-packages/connection/state/store.jsx';
7
import { getRedirectUrl } from '../../index.js';
8
import getSiteAdminUrl from '../../tools/get-site-admin-url/index.js';
9
import AutomatticBylineLogo from '../automattic-byline-logo/index.js';
0 commit comments