Skip to content

Commit

Permalink
[ui-test-app] Remove GlobalErrorBoundary private dep (#10990)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 3ac0de5c85e4db08f81c84123bfc43c36424013f
  • Loading branch information
coreymartin authored and Lightspark Eng committed Jun 4, 2024
1 parent 6eb38f6 commit 0d7b7da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/examples/ui-test-app/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright ©, 2022, Lightspark Group, Inc. - All Rights Reserved
import GlobalErrorBoundary from "@lightsparkdev/private-ui/src/components/GlobalErrorBoundary";
import React from "react";
import ReactDOM from "react-dom/client";
import { Root } from "./Root";
Expand All @@ -11,9 +10,7 @@ function init() {

root.render(
<React.StrictMode>
<GlobalErrorBoundary>
<Root />
</GlobalErrorBoundary>
<Root />
</React.StrictMode>,
);
}
Expand Down

0 comments on commit 0d7b7da

Please sign in to comment.