Skip to content

Commit

Permalink
fix: import flatten default
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandotdev committed Sep 8, 2024
1 parent baaa521 commit 1f9916b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/functions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { flatten } from 'flat'
import flatten from 'flat'

export function swapColorValues<T extends object>(colors: T) {
const swappedColors = {}
Expand Down

0 comments on commit 1f9916b

Please sign in to comment.