Skip to content

Commit

Permalink
refactor(libs): Export merge in libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed Jun 14, 2020
1 parent b7fb513 commit a7c2035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions libs/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import _merge from 'lodash/merge'

export const merge = _merge
2 changes: 1 addition & 1 deletion styles/abstracts/colors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fibo } from './funcs'
import merge from 'lodash/merge'
import { merge } from '@/libs'

const baseAlphas = {
xs2: fibo('xs2', 'alpha'),
Expand Down

0 comments on commit a7c2035

Please sign in to comment.