Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit bb5df4d

Browse files
committed
Clean up
1 parent b6f3b48 commit bb5df4d

File tree

25 files changed

+70
-77
lines changed

25 files changed

+70
-77
lines changed

examples/github-oauth-middleware/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<body>
1010
<div id="root"></div>
11-
<script type="module" src="./main.tsx"></script>
11+
<script type="module" src="./main.ts"></script>
1212
</body>
1313

1414
</html>

examples/react-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<body>
1212
<div id="root"></div>
13-
<script type="module" src="./main.tsx"></script>
13+
<script type="module" src="./main.ts"></script>
1414
</body>
1515

1616
</html>
File renamed without changes.

examples/react-mdx-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<body>
1212
<div id="root"></div>
13-
<script type="module" src="./main.tsx"></script>
13+
<script type="module" src="./main.ts"></script>
1414
</body>
1515

1616
</html>
File renamed without changes.

examples/react-suspense-ssr/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<body>
1111
<div id="root"></div>
12-
<script type="module" src="./main.tsx"></script>
12+
<script type="module" src="./main.ts"></script>
1313
</body>
1414

1515
</html>

examples/with-unocss/react-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<body>
1111
<div id="root"></div>
12-
<script type="module" src="./main.tsx"></script>
12+
<script type="module" src="./main.ts"></script>
1313
</body>
1414

1515
</html>

0 commit comments

Comments
 (0)