Skip to content

Commit

Permalink
fix: rename styles file to use the newer naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmoura committed Apr 27, 2023
1 parent 5e7224b commit 7ea5df2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { useDrawerBody_unstable } from './useDrawerBody';
import { renderDrawerBody_unstable } from './renderDrawerBody';
import { useDrawerBodyStyles_unstable } from './useDrawerBodyStyles';
import { useDrawerBodyStyles_unstable } from './useDrawerBodyStyles.styles';
import type { DrawerBodyProps } from './DrawerBody.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export * from './DrawerBody';
export * from './DrawerBody.types';
export * from './renderDrawerBody';
export * from './useDrawerBody';
export * from './useDrawerBodyStyles';
export * from './useDrawerBodyStyles.styles';

0 comments on commit 7ea5df2

Please sign in to comment.