Skip to content

Commit

Permalink
Added root component to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ayu-sh-kr committed Jul 6, 2024
1 parent 6eb028f commit 6b7a52b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<title>Vite + TS</title>
</head>
<body>
<div id="app"></div>
<div id="app">
<app-root></app-root>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

0 comments on commit 6b7a52b

Please sign in to comment.