Skip to content

Commit 743ca28

Browse files
committed
refactor: Relocate error load notice to directory
Align with all other component organization.
1 parent c5c8bdd commit 743ca28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/editor-load-notice.test.jsx renamed to src/components/editor-load-notice/index.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { render, screen, fireEvent, act } from '@testing-library/react';
77
/**
88
* Internal dependencies
99
*/
10-
import EditorLoadNotice from './editor-load-notice';
10+
import EditorLoadNotice from '.';
1111

1212
vi.mock( '@wordpress/i18n' );
1313
vi.mock( '@wordpress/components' );

0 commit comments

Comments
 (0)