Remove Micro UI

This commit is contained in:
Daniel Supernault 2019-03-25 22:35:39 -06:00
parent b9a6f3ab5f
commit 0ec80e51e8
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
3 changed files with 0 additions and 99 deletions

3
webpack.mix.js vendored
View file

@ -28,9 +28,6 @@ mix.js('resources/assets/js/app.js', 'public/js')
// Timeline component
.js('resources/assets/js/timeline.js', 'public/js')
// MicroUI component
.js('resources/assets/js/micro.js', 'public/js')
// LandingPage component
.js('resources/assets/js/landing.js', 'public/js')