mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
New static routes <3 for global and single assets, also, deprecating the all view
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
const ModerationLayout = props => (
|
||||
<div>
|
||||
{props.children}
|
||||
</div>
|
||||
);
|
||||
|
||||
export default ModerationLayout;
|
||||
Reference in New Issue
Block a user