Skip to content

Commit

Permalink
test gha
Browse files Browse the repository at this point in the history
  • Loading branch information
alonso-cadenas committed May 22, 2023
1 parent 2d8b881 commit ca86ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo-react-ts/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { createRoot } from "react-dom/client";
import App from "./components/App";

// This is a change
const rootNode = document.getElementById("app");
if (!rootNode) {
throw new Error("The element #app wasn't found");
Expand Down

0 comments on commit ca86ab0

Please sign in to comment.