Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jan 30, 2024
1 parent ab06833 commit 9bab0d6
Show file tree
Hide file tree
Showing 13 changed files with 2,123 additions and 2,207 deletions.
5 changes: 0 additions & 5 deletions .postcssrc

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions src/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<link rel="icon" type="image/png" href="./assets/icon-96.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Devkit~</title>
<link href="./index.css" rel="stylesheet" />
<link href="./src/index.css" rel="stylesheet" />
</head>

<body>
<div id="root"></div>

<script type="module" src="./main.tsx"></script>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>

0 comments on commit 9bab0d6

Please sign in to comment.