Skip to content

Commit a739471

Browse files
committed
reverse order of editor examples
1 parent 2b29b2b commit a739471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ReactDOM.render(
1313
Check it out <a href="https://github.com/nikgraf/react-unicorn-editor#documentation">on Github</a>.
1414
</p>
1515

16-
<SuperheroEditor />
1716
<UnicornEditor />
17+
<SuperheroEditor />
1818

1919
</div>, document.getElementById('react')
2020
);

0 commit comments

Comments
 (0)