Remove remaining lodash dependencies (#13139)

This commit is contained in:
Nicolò Ribaudo
2021-04-13 22:41:22 +02:00
committed by GitHub
parent b35c78f08d
commit d24bd7ce5c
16 changed files with 55 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
import last from "lodash/last"
import last from "lo-dash/last"
export default class Container {
last(key) {