diff --git a/lib/index.js b/lib/index.js new file mode 100644 index 0000000..9f48b76 --- /dev/null +++ b/lib/index.js @@ -0,0 +1,6 @@ +export { default } from "./react-loading"; + +// makes life easier for people using this and automatic imports (not sure if it's compatible with all js flavours though, so below lies an alternative) + +// import Loader from "./react-loading"; +// export default Loader;