remove lodash

This commit is contained in:
Benjamin Takats
2023-01-26 15:02:18 +01:00
parent 78723155c2
commit ce8f14b056
2 changed files with 0 additions and 4 deletions

View File

@@ -17,7 +17,6 @@
"autoprefixer": "^10.4.7",
"laravel-echo": "^1.15.0",
"laravel-vite-plugin": "^0.7.0",
"lodash": "^4.17.19",
"postcss": "^8.4.14",
"pusher-js": "^7.1.1-beta",
"tailwindcss": "^3.1.0",

View File

@@ -1,10 +1,7 @@
import _ from 'lodash'
import Echo from 'laravel-echo'
import Pusher from 'pusher-js'
window._ = _
/**
* Echo exposes an expressive API for subscribing to channels and listening
* for events that are broadcast by Laravel. Echo and event broadcasting