devops-components
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,1 +0,1 @@ | ||
import './index.css'; | ||
export { default as Button } from './components/Button'; |
@@ -1,10 +0,15 @@ | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import './index.css'; | ||
import App from './App'; | ||
ReactDOM.render(React.createElement(React.StrictMode, null, | ||
React.createElement(App, null)), document.getElementById('root')); | ||
// import React from 'react'; | ||
// import ReactDOM from 'react-dom'; | ||
// import './index.css'; | ||
// import App from './App'; | ||
// | ||
// ReactDOM.render( | ||
// <React.StrictMode> | ||
// <App/> | ||
// </React.StrictMode>, | ||
// document.getElementById('root') | ||
// ); | ||
// If you want to start measuring performance in your app, pass a function | ||
// to log results (for example: reportWebVitals(console.log)) | ||
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals | ||
// export { default as Button } from './components/Button' | ||
export { default as Button } from './components/Button'; |
{ | ||
"name": "devops-components", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Devops components from coding", | ||
@@ -5,0 +5,0 @@ "author": "foolwc", |
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
12262
201