mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 21:27:24 +02:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
const React = require('react');
|
|
|
|
const Layout = props => 'Layout';
|
|
|
|
module.exports = Layout;
|