@expressms/smartapp-ui 0.0.5 → 0.0.6
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ This library is aimed at optimizing the development of smartapps.
|
|
|
3
3
|
|
|
4
4
|
For the styles to work correctly, after installing the library, add styles import to the main style file of your application in the following way:
|
|
5
5
|
|
|
6
|
-
`@import 'smartapp-ui/build/main/styles/stories.module.scss';`
|
|
6
|
+
`@import '@expressms/smartapp-ui/build/main/styles/stories.module.scss';`
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
For the library to work, you need to install react and react-dom version 18 or more.
|