Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 30, 2024
1 parent 0855262 commit 119e788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/pages/src/app/fluentButton/Demo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { DefaultButton } from '@fluentui/react/lib/Button';
import React, { Fragment } from 'react';
import { createChainOfResponsibilityForFluentUI } from 'react-chain-of-responsibility';
import { createChainOfResponsibilityForFluentUI } from 'react-chain-of-responsibility/fluentUI';

import type { IButtonProps } from '@fluentui/react';

Expand Down
2 changes: 1 addition & 1 deletion packages/pages/src/app/fluentDetailsList/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Link } from '@fluentui/react/lib/Link';
import { Rating } from '@fluentui/react/lib/Rating';
import { mergeStyles } from '@fluentui/react/lib/Styling';
import React, { Fragment, useCallback, useMemo, useState, type FormEventHandler } from 'react';
import { createChainOfResponsibilityForFluentUI } from 'react-chain-of-responsibility';
import { createChainOfResponsibilityForFluentUI } from 'react-chain-of-responsibility/fluentUI';

initializeIcons();

Expand Down

0 comments on commit 119e788

Please sign in to comment.