mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 05:52:50 +00:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
const React = require('react');
|
|
|
|
const Layout = props => 'Layout';
|
|
|
|
module.exports = Layout;
|