Skip to content

Commit

Permalink
Blocks: order by relevance. (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Jun 17, 2017
1 parent 58bfdbe commit c3c102d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blocks/library/index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import './text';
import './image';
import './gallery';
import './heading';
import './quote';
import './embed';
import './freeform';
import './heading';
import './image';
import './text';
import './list';
import './quote';
import './separator';
import './button';
import './pullquote';
import './table';
import './preformatted';
import './code';
import './gallery';
import './latest-posts';

0 comments on commit c3c102d

Please sign in to comment.