react-beautiful-horizontal-timeline
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "react-beautiful-horizontal-timeline", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "./lib/Time.js", |
@@ -39,3 +39,4 @@ | ||
```import React, { useState } from 'react'; | ||
```jsx | ||
import React, { useState } from 'react'; | ||
import './App.css'; | ||
@@ -140,3 +141,4 @@ import { Timeline } from "react-beautiful-horizontal-timeline"; | ||
export default App``` | ||
export default App | ||
``` | ||
@@ -143,0 +145,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
789045
147