We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86633cc commit 801d437Copy full SHA for 801d437
example/Popup.tsx
example/main.tsx
@@ -1,11 +1,10 @@
1
import React from "react";
2
import ReactDOM from "react-dom/client";
3
-//import App from "./App";
+import App from "./App";
4
import "./index.css";
5
-import PopupExample from "./Popup";
6
7
ReactDOM.createRoot(document.getElementById("root")!).render(
8
<React.StrictMode>
9
- <PopupExample />
+ <App />
10
</React.StrictMode>,
11
);
0 commit comments