Don't import from 'lodash'

This commit is contained in:
Luis Alvarez
2020-10-19 13:56:29 -05:00
parent e5ee8caaec
commit f6e0fd761e
4 changed files with 20 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { random } from 'lodash'
import random from 'lodash.random'
export function getRandomPairOfColors() {
const colors = ['#37B679', '#DA3C3C', '#3291FF', '#7928CA', '#79FFE1']