mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Don't import from 'lodash'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { random } from 'lodash'
|
||||
import random from 'lodash.random'
|
||||
|
||||
export function getRandomPairOfColors() {
|
||||
const colors = ['#37B679', '#DA3C3C', '#3291FF', '#7928CA', '#79FFE1']
|
||||
|
Reference in New Issue
Block a user