Skip to content

Commit f314b91

Browse files
committed
Remove unused i18n import
1 parent 2319ac3 commit f314b91

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/block-library/item-name/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* WordPress dependencies
33
*/
4-
import { __ } from '@wordpress/i18n';
54
import { registerBlockType } from '@wordpress/blocks';
65

76
/**

packages/block-library/weekly-charts/edit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* WordPress dependencies
33
*/
4-
import { __ } from '@wordpress/i18n';
54
import {
65
useBlockProps,
76
BlockContextProvider,

0 commit comments

Comments
 (0)