Skip to content

Commit 403866c

Browse files
committed
Removing the debug model access
1 parent 603f898 commit 403866c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

my-app/src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ createRoot(document.getElementById("root")).render(
4444
<RouterProvider router={makeRouter(reactiveModel)} />
4545
);
4646
// give user access for debugging purpose
47-
window.myModel = reactiveModel;
47+
//window.myModel = reactiveModel;

0 commit comments

Comments
 (0)