Skip to content

Commit 27735ef

Browse files
committed
created a root div in the index.html
1 parent 9009c3e commit 27735ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Web Framework</title>
88
</head>
99
<body>
10-
<p>Hi there!</p>
10+
<div id="root"></div>
1111
<script src="./src/index.ts" type="module"></script>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)