refactor: folder structure & filename

This commit is contained in:
endiliey 2018-08-01 16:55:53 +08:00
parent 9070fb50ab
commit dbf78c5c14
10 changed files with 79 additions and 74 deletions

5
lib/ui/layout.js Normal file
View file

@ -0,0 +1,5 @@
const React = require('react');
const Layout = props => 'Layout';
module.exports = Layout;