Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtmeeseeks committed Oct 11, 2024
1 parent ec4dfbd commit 241e2ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { WagmiProvider } from "wagmi";
import { WalletConnectorProvider, wagmiConfig } from "@aut-labs/connector";

// markerSDK.loadWidget({
// project: `${process.env.MARKER}`,
// reporter: {
// email: "[email protected]",
// fullName: "HubOS"
// }
// });
const queryClient = new QueryClient();
const container = document.getElementById("root");
const root = createRoot(container);
Expand Down

0 comments on commit 241e2ae

Please sign in to comment.