mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-26 14:37:52 +02:00
refactor: folder structure & filename
This commit is contained in:
parent
9070fb50ab
commit
dbf78c5c14
10 changed files with 79 additions and 74 deletions
5
lib/ui/layout.js
Normal file
5
lib/ui/layout.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const React = require('react');
|
||||
|
||||
const Layout = props => 'Layout';
|
||||
|
||||
module.exports = Layout;
|
Loading…
Add table
Add a link
Reference in a new issue