Skip to content

Commit 550f9ba

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 9356a9e + fb1dd6f commit 550f9ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
</head>
44
<body>
55
<div id="app"></div>
6-
<script src="./src/main.ts"></script>
6+
<script type="module" src="./src/main.ts"></script>
77
</body>
88
</html>

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { test } from './test'
2+
13
const container = document.getElementById('app')
24

35
if (container) {

0 commit comments

Comments
 (0)