Skip to content

Commit

Permalink
chore(charts): fix import (#33381)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Dec 2, 2024
1 parent 99e5e6a commit 7e9766f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: fix import of makeStyles()",
"packageName": "@fluentui/react-charts-preview",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { makeStyles, mergeClasses, shorthands } from '@fluentui/react-components';
import { makeStyles, mergeClasses, shorthands } from '@griffel/react';
import { tokens, typographyStyles } from '@fluentui/react-theme';
import { HorizontalBarChartProps, HorizontalBarChartStyles, HorizontalBarChartVariant } from './index';
import type { SlotClassNames } from '@fluentui/react-utilities';
Expand Down

0 comments on commit 7e9766f

Please sign in to comment.