Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Oct 9, 2023
1 parent add77a3 commit 6f04e00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/payment-proxy-client/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import ReactDOM from "react-dom/client";

// import "./index.css";
import App from "./App.tsx";

ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
Expand Down

0 comments on commit 6f04e00

Please sign in to comment.