mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 03:29:11 +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/hello.js
Normal file
5
lib/ui/hello.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const React = require('react');
|
||||
|
||||
const Hello = props => 'Hello';
|
||||
|
||||
module.exports = Hello;
|
Loading…
Add table
Add a link
Reference in a new issue