Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jul 20, 2022
1 parent 3e5fa78 commit c85bcd0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See here: https://github.com/ioBroker/ioBroker.vis-widgets-react-template
-->

## Changelog
### 0.1.4 (2022-07-19)
### **WORK IN PROGRESS**
* (bluefox) visRxWidget was optimized

### 0.1.1 (2022-07-08)
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from 'react';
import { createRoot } from 'react-dom/client';
import { ThemeProvider, StyledEngineProvider } from '@mui/material/styles';
import Utils from '@iobroker/adapter-react-v5/Components/Utils';
import { Utils } from '@iobroker/adapter-react-v5';
import theme from './theme';

window.adapterName = 'vis-react-demo';
Expand Down
9 changes: 0 additions & 9 deletions src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
export { default as Theme } from './theme';
export * from './theme';

export { default as VisRxWidget } from './visRxWidget';
export * from './visRxWidget';

export { default as WidgetDemoApp } from './widgetDemoApp';
export * from './widgetDemoApp';

export { default as bootstrap } from './bootstrap';
export * from './bootstrap';
2 changes: 1 addition & 1 deletion src/theme.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Theme from '@iobroker/adapter-react-v5/Theme';
import { Theme } from '@iobroker/adapter-react-v5';

export default type => {
const danger = '#dd5325';
Expand Down

0 comments on commit c85bcd0

Please sign in to comment.