From 14f6994c010a7776a2b7fe1bc29c6089322acc2c Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Thu, 17 Sep 2020 15:23:58 -0700 Subject: [PATCH] point to design system provider file --- packages/web-components/src/card/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-components/src/card/index.ts b/packages/web-components/src/card/index.ts index 2f517bfbb3097..80fe1c18524c2 100644 --- a/packages/web-components/src/card/index.ts +++ b/packages/web-components/src/card/index.ts @@ -1,7 +1,7 @@ import { ColorRGBA64, parseColorHexRGB } from '@microsoft/fast-colors'; import { designSystemProperty, designSystemProvider, CardTemplate as template } from '@microsoft/fast-foundation'; import { createColorPalette, DesignSystem } from '@microsoft/fast-components-styles-msft'; -import { FluentDesignSystemProvider } from '..'; +import { FluentDesignSystemProvider } from '../design-system-provider'; import { CardStyles as styles } from './card.styles'; /**