Skip to content

Commit

Permalink
fix(react-dialog): remove circular dependency from /testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed May 25, 2023
1 parent 8b6d76d commit 23f792a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { dialogSurfaceClassNames, dialogTitleClassNames } from '@fluentui/react-dialog';
import { dialogSurfaceClassNames } from '../components/DialogSurface/useDialogSurfaceStyles.styles';
import { dialogTitleClassNames } from '../components/DialogTitle/useDialogTitleStyles.styles';

export const dialogTriggerOpenId = 'open-btn';
export const dialogTriggerCloseId = 'close-btn';
Expand Down

0 comments on commit 23f792a

Please sign in to comment.