Skip to content

Commit

Permalink
point to design system provider file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt authored Sep 17, 2020
1 parent 9760443 commit 14f6994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/src/card/index.ts
Original file line number Diff line number Diff line change
@@ -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';

/**
Expand Down

0 comments on commit 14f6994

Please sign in to comment.