removed react-modules from index

This commit is contained in:
2022-01-23 12:43:37 +01:00
parent 51f92d36a7
commit 5da9234dee
2 changed files with 5 additions and 5 deletions

View File

@@ -4,3 +4,6 @@
```
yarn add 'snippets@https://git.harting.dev/vikingowl/snippets.git'
```
### React-Modules
Please copy the module into your project.

View File

@@ -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
}