Skip to content

Commit cdfa0cf

Browse files
committed
refactor: convert react test-app to tsx
1 parent 7844175 commit cdfa0cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/react/test-app/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script>
77
window.initialPage = '{{ placeholder }}'
88
</script>
9-
<script type="module" src="app.jsx"></script>
9+
<script type="module" src="app.tsx"></script>
1010
</head>
1111
<body>
1212
<div id="app"></div>

0 commit comments

Comments
 (0)