diff options
Diffstat (limited to 'plugins/jetpack/extensions/blocks/business-hours/editor.js')
-rw-r--r-- | plugins/jetpack/extensions/blocks/business-hours/editor.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/jetpack/extensions/blocks/business-hours/editor.js b/plugins/jetpack/extensions/blocks/business-hours/editor.js deleted file mode 100644 index d05f4039..00000000 --- a/plugins/jetpack/extensions/blocks/business-hours/editor.js +++ /dev/null @@ -1,7 +0,0 @@ -/** - * Internal dependencies - */ -import registerJetpackBlock from '../../shared/register-jetpack-block'; -import { name, settings } from '.'; - -registerJetpackBlock( name, settings ); |