Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.js 809B

1234567891011121314151617181920
  1. /**
  2. * First we will load all of this project's JavaScript dependencies which
  3. * includes React and other helpers. It's a great starting point while
  4. * building robust, powerful web applications using React + Laravel.
  5. */
  6. require('./bootstrap');
  7. /**
  8. * Next, we will create a fresh React component instance and attach it to
  9. * the page. Then, you may begin adding components to this application
  10. * or customize the JavaScript scaffolding to fit your unique needs.
  11. */
  12. require('./components/compound/NewCompoundDataTable');
  13. require('./components/compound/VerifiedCompoundDatatable');
  14. require('./components/compound/NoticeCompoundDatatable');
  15. require('./components/compound/ConfiscatedCompoundDatatable');
  16. require('./components/compound/CompletedDatatable');
  17. require('./components/compound/ReportCompound');