Skip to content

Commit

Permalink
Apply prettier format
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
  • Loading branch information
weeman1337 committed Jun 24, 2024
1 parent 60789d7 commit 4ff19a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example-widget-mui/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

export { StoreProvider } from './StoreProvider';
export { baseApi } from './baseApi';
export { createStore } from './store';
export type { ThunkExtraArgument } from './store';
export { StoreProvider } from './StoreProvider';
4 changes: 2 additions & 2 deletions packages/api/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

export { WidgetApiImpl } from './WidgetApiImpl';
export type { WidgetApiOptions } from './WidgetApiImpl';
export * from './extras';
export {
extractRawWidgetParameters,
Expand All @@ -39,3 +37,5 @@ export type {
WidgetParameters,
WidgetRegistration,
} from './types';
export { WidgetApiImpl } from './WidgetApiImpl';
export type { WidgetApiOptions } from './WidgetApiImpl';
2 changes: 1 addition & 1 deletion packages/mui/src/components/MuiThemeProvider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

export { getEnvironment } from './environment';
export { MuiThemeProvider } from './MuiThemeProvider';
export type { MuiThemeProviderProps } from './MuiThemeProvider';
export { getEnvironment } from './environment';
export { getNonce } from './nonce';
2 changes: 1 addition & 1 deletion packages/react/src/components/WidgetApiProvider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
* limitations under the License.
*/

export { WidgetApiMockProvider, useWidgetApi } from './context';
export { WidgetApiProvider } from './WidgetApiProvider';
export type { WidgetApiProviderProps } from './WidgetApiProvider';
export { WidgetApiMockProvider, useWidgetApi } from './context';

0 comments on commit 4ff19a3

Please sign in to comment.