/home/techb158/dev.balacoffee.com/vendor/laravel/ui/src/Presets/react-stubs
NameSizeModeActions
app.js5040644editdlrm
Example.js6690644editdlrm
webpack.mix.js5510644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/laravel/ui/src/Presets/react-stubs/Example.js (669B)
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')); }