Skip to content

Commit

Permalink
Merge pull request #6 from rrigato/dev
Browse files Browse the repository at this point in the history
add react-testing-library dependency
  • Loading branch information
rrigato authored Oct 8, 2023
2 parents 04507f4 + 935bad7 commit 2784421
Show file tree
Hide file tree
Showing 5 changed files with 7,515 additions and 6,753 deletions.
8 changes: 0 additions & 8 deletions static/App.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
import { createRoot } from 'react-dom/client';



const root = createRoot(
document.getElementById('app-entry-point')
);
root.render(<h1>react initial setup</h1>);
8 changes: 8 additions & 0 deletions static/js/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { createRoot } from 'react-dom/client';



const root = createRoot(
document.getElementById('app-entry-point')
);
root.render(<h1>react initial setup</h1>);
Loading

0 comments on commit 2784421

Please sign in to comment.