Skip to content

Commit 801d437

Browse files
Remove popup tester from example code
1 parent 86633cc commit 801d437

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

example/Popup.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

example/main.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import React from "react";
22
import ReactDOM from "react-dom/client";
3-
//import App from "./App";
3+
import App from "./App";
44
import "./index.css";
5-
import PopupExample from "./Popup";
65

76
ReactDOM.createRoot(document.getElementById("root")!).render(
87
<React.StrictMode>
9-
<PopupExample />
8+
<App />
109
</React.StrictMode>,
1110
);

0 commit comments

Comments
 (0)