From 1f9916b9830446959fe8c127ebaaff271c17111a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Garc=C3=ADa?= Date: Sun, 8 Sep 2024 15:48:24 -0500 Subject: [PATCH] fix: import flatten default --- src/utils/functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/functions.ts b/src/utils/functions.ts index 985fa11..cfa006a 100644 --- a/src/utils/functions.ts +++ b/src/utils/functions.ts @@ -1,4 +1,4 @@ -import { flatten } from 'flat' +import flatten from 'flat' export function swapColorValues(colors: T) { const swappedColors = {}