import only needed lodash methods
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { take, get } from 'lodash'
|
||||
import take from 'lodash/take'
|
||||
import get from 'lodash/get'
|
||||
|
||||
export function attributesFromEvents (_events, _tags) {
|
||||
const colors = ['blue', 'orange', 'yellow', 'teal', 'indigo', 'green', 'red', 'purple', 'pink', 'gray']
|
||||
|
||||
Reference in New Issue
Block a user