@philipe1993/list-color 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.tsx +2 -2
- package/package.json +1 -1
- package/src/index.tsx +2 -4
package/index.tsx
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export {
|
2
|
-
export { default as colorStore } from "./store/colorStore";
|
1
|
+
export { ListColor } from "./src/index";
|
2
|
+
// export { default as colorStore } from "./store/colorStore";
|
package/package.json
CHANGED
package/src/index.tsx
CHANGED