From 515dad4b892179877f231b654accf03b41f9c033 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Date: Thu, 3 Aug 2017 16:25:58 +0300 Subject: [PATCH] Update npm scope of WP imports --- blocks/library/categories/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blocks/library/categories/index.js b/blocks/library/categories/index.js index baa9c4568ea4a..2acfa981a691b 100644 --- a/blocks/library/categories/index.js +++ b/blocks/library/categories/index.js @@ -1,9 +1,9 @@ /** * WordPress dependencies */ -import { Component } from 'element'; -import { Placeholder, Spinner } from 'components'; -import { __ } from 'i18n'; +import { Component } from '@wordpress/element'; +import { Placeholder, Spinner } from '@wordpress/components'; +import { __ } from '@wordpress/i18n'; /** * Internal dependencies