Skip to content

Commit

Permalink
Remove unused import statement in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed Oct 23, 2024
1 parent 39b65bb commit 5447b5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vasak Desktop</title>

<link href="file:///usr/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="file:///usr/lib/libvasak-ui/css/style.min.css" />
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
</head>
<body>
<div id="app"></div>
<script src="file:///usr/lib/bootstrap/js/bootstrap.min.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

0 comments on commit 5447b5d

Please sign in to comment.