@firedesktop/react-base 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/App.tsx
CHANGED
|
@@ -8,7 +8,7 @@ import TestLabelFunction from './TestLabelFunction';
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import './lib/styles/base.css';
|
|
11
|
-
import './lib/styles/
|
|
11
|
+
import './lib/styles/syncfusion_bootstrap4.css';
|
|
12
12
|
|
|
13
13
|
export const UPDATE_APP_STATE = 'UPDATE_APP_STATE';
|
|
14
14
|
const appReducer = (state = {}, action: any) => {
|
|
File without changes
|
|
File without changes
|