芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/laravel/ui/src/Presets/react-stubs/Example.js
import React from 'react'; import ReactDOM from 'react-dom'; function Example() { return (
Example Component
I'm an example component!
); } export default Example; if (document.getElementById('example')) { ReactDOM.render(
, document.getElementById('example')); }