diff --git a/README.md b/README.md index 2a54fe8..fd18a0b 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ ### Import with yarn 2 ``` yarn add 'snippets@https://git.harting.dev/vikingowl/snippets.git' -``` \ No newline at end of file +``` + +### React-Modules +Please copy the module into your project. \ No newline at end of file diff --git a/index.js b/index.js index eeef0c6..582e4b9 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,7 @@ import {bootstrapNavCloser} from "./bootstrap-nav-closer"; import {setImage} from "./set-image-url"; -import {ScrollTopButton as React_ScrollTopButton} from "./react-modules/ScrollTopButton"; - export { bootstrapNavCloser, - setImage, - React_ScrollTopButton + setImage } \ No newline at end of file