Skip to content

Commit

Permalink
try importing from current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 22, 2024
1 parent bd72700 commit 34c5ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol-designer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i" rel="stylesheet">

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Protocol Designer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="src/index.tsx"></script>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>

0 comments on commit 34c5ea7

Please sign in to comment.