From d16cc1f2c59818e53f28b4d6b4d27250331f15d7 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 2 Jul 2022 05:13:38 +0530 Subject: Use default exports instead of named exports --- src/themes/default/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/themes/default') diff --git a/src/themes/default/index.ts b/src/themes/default/index.ts index 9e442f60e..2e18e1307 100644 --- a/src/themes/default/index.ts +++ b/src/themes/default/index.ts @@ -2,7 +2,7 @@ import color from 'color'; import { cloneDeep } from 'lodash'; import * as legacyStyles from '../legacy'; -import type { IStyleTypes } from '../IStyleTypes'; +import type IStyleTypes from '../IStyleTypes'; export default (brandPrimary: string) => { if (!brandPrimary) { -- cgit v1.2.3-70-g09d2