Skip to content

Commit

Permalink
update fluentui imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfmrodrigues committed Apr 21, 2024
1 parent 052abc1 commit 8485b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controls/peoplepicker/IPeoplePicker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { IBasePickerStyles, IPersonaProps } from "@fluentui/react";
import { DirectionalHint } from '@fluentui/react/lib/Callout';
import { IPersonaProps } from '@fluentui/react/lib/Persona';
import { IBasePickerStyles } from '@fluentui/react/lib/Pickers';
import { IPeoplePickerContext, PrincipalType } from ".";

/**
Expand Down

0 comments on commit 8485b1c

Please sign in to comment.