fis-component 0.0.8 → 0.0.10

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/dist/cjs/index.js CHANGED
@@ -9808,10 +9808,10 @@ if (process.env.NODE_ENV !== 'production') {
9808
9808
  Button.displayName = 'Button';
9809
9809
  }
9810
9810
 
9811
- const ButtonCM = () => {
9811
+ const FisButton = () => {
9812
9812
  return jsxRuntime.jsx(Button, { children: "Hello from my React component!" });
9813
9813
  };
9814
9814
 
9815
- exports.FisButton = ButtonCM;
9815
+ exports.FisButton = FisButton;
9816
9816
  exports.MyComponent = MyComponent;
9817
9817
  //# sourceMappingURL=index.js.map