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 = {}