We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bfdbe commit c3c102dCopy full SHA for c3c102d
blocks/library/index.js
@@ -1,15 +1,15 @@
1
+import './text';
2
+import './image';
3
+import './gallery';
4
+import './heading';
5
+import './quote';
6
import './embed';
7
import './freeform';
-import './heading';
-import './image';
-import './text';
8
import './list';
-import './quote';
9
import './separator';
10
import './button';
11
import './pullquote';
12
import './table';
13
import './preformatted';
14
import './code';
-import './gallery';
15
import './latest-posts';
0 commit comments