module-menu 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +9 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "module-menu",
3
3
  "author": "quanchaoyang",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "description": "城市大数据平台菜单",
6
6
  "dependencies": {
7
7
  "@testing-library/jest-dom": "^5.16.5",
package/src/index.js CHANGED
@@ -1,10 +1,11 @@
1
- import React from 'react';
2
- import ReactDOM from 'react-dom/client';
1
+ // import React from 'react';
2
+ // import ReactDOM from 'react-dom/client';
3
3
  import App from './App';
4
4
 
5
- const root = ReactDOM.createRoot(document.getElementById('root'));
6
- root.render(
7
- <React.StrictMode>
8
- <App />
9
- </React.StrictMode>
10
- );
5
+ // const root = ReactDOM.createRoot(document.getElementById('root'));
6
+ // root.render(
7
+ // <React.StrictMode>
8
+ // <App />
9
+ // </React.StrictMode>
10
+ // );
11
+ export default App