Skip to content

Commit

Permalink
修复打包错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxf26 authored and zhangxf26 committed Jan 11, 2025
1 parent d87a53c commit 179e810
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 13,305 deletions.
13,167 changes: 0 additions & 13,167 deletions examples/package-lock.json

This file was deleted.

3 changes: 2 additions & 1 deletion examples/src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logo from './logo.svg';
import './App.css';
import { ContextMenu, ContextMenuTrigger } from './ContextMenu/index';
// import { ContextMenu, ContextMenuTrigger } from './ContextMenu/index';
import { ContextMenu, ContextMenuTrigger } from './Lib';

function App() {
return (
Expand Down
5 changes: 0 additions & 5 deletions examples/src/ContextMenu/ContextMenu.css

This file was deleted.

23 changes: 0 additions & 23 deletions examples/src/ContextMenu/ContextMenu.jsx

This file was deleted.

92 changes: 0 additions & 92 deletions examples/src/ContextMenu/ContextMenuTrigger.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions examples/src/ContextMenu/index.js

This file was deleted.

1 change: 1 addition & 0 deletions examples/src/Lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions examples/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ import './index.css';
import App from './App';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>,
);
root.render(<App />);
Loading

0 comments on commit 179e810

Please sign in to comment.