Skip to content

Commit

Permalink
Fix failed to build
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 24, 2024
1 parent 82b9c17 commit 245ebc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client";
import "./index.css";
import { RouterProvider } from "react-router-dom";
import { router } from "./router.tsx";
import PWABadge from "./components/pwa-badge.tsx";
// import PWABadge from "./components/pwa-badge.tsx";

import * as Sentry from "@sentry/react";

Expand All @@ -22,6 +22,6 @@ Sentry.init({
ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>
<RouterProvider router={router} />
<PWABadge />
{/* <PWABadge /> */}
</React.StrictMode>,
);

0 comments on commit 245ebc9

Please sign in to comment.