@janiscommerce/ui-native 1.0.1 → 1.0.3
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
|
@@ -22,7 +22,7 @@ A quick example of how to import a component and start using **@janiscommerce/ui
|
|
|
22
22
|
```sh
|
|
23
23
|
import React from 'react';
|
|
24
24
|
import ReactDOM from 'react-dom';
|
|
25
|
-
import Avatar from '@janiscommerce/ui-native
|
|
25
|
+
import {Avatar} from '@janiscommerce/ui-native';
|
|
26
26
|
|
|
27
27
|
function App() {
|
|
28
28
|
return <Avatar size="sm" placeholder="Janis" bgColor="#2979FF" />;
|