removed react-modules from index
This commit is contained in:
@@ -3,4 +3,7 @@
|
||||
### Import with yarn 2
|
||||
```
|
||||
yarn add 'snippets@https://git.harting.dev/vikingowl/snippets.git'
|
||||
```
|
||||
```
|
||||
|
||||
### React-Modules
|
||||
Please copy the module into your project.
|
5
index.js
5
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
|
||||
}
|
Reference in New Issue
Block a user