Skip to content

Commit

Permalink
Update npm scope of WP imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Aug 3, 2017
1 parent 86afe7a commit 515dad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocks/library/categories/index.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 515dad4

Please sign in to comment.