Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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');