New static routes <3 for global and single assets, also, deprecating the all view

This commit is contained in:
Belen Curcio
2017-02-14 16:06:13 -03:00
parent 586d3c4c8a
commit bbb82b6a77
9 changed files with 64 additions and 68 deletions
@@ -0,0 +1,9 @@
import React from 'react';
const ModerationLayout = props => (
<div>
{props.children}
</div>
);
export default ModerationLayout;