Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Jun 20, 2024
1 parent b5a6417 commit 97c12da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/playground/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import { createRoot } from "react-dom/client";
const container = document.getElementById("root");
const root = createRoot(container!);

let b;
debugger;

root.render(
<React.StrictMode>
<PlaygroundLoader />
Expand Down

0 comments on commit 97c12da

Please sign in to comment.