Skip to content

Commit

Permalink
Restore .jsx extension for connection package import
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Feb 7, 2025
1 parent 04da209 commit 5142a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { __, _x } from '@wordpress/i18n';
import { Icon, external } from '@wordpress/icons';
import clsx from 'clsx';
import React from 'react';
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';
import { getRedirectUrl } from '../../index.js';
import getSiteAdminUrl from '../../tools/get-site-admin-url/index.js';
import AutomatticBylineLogo from '../automattic-byline-logo/index.js';
Expand Down

0 comments on commit 5142a6c

Please sign in to comment.