Skip to content

Commit

Permalink
Merge pull request #3 from PoCInnovation/dev
Browse files Browse the repository at this point in the history
merge to main
  • Loading branch information
Intermarch3 authored Aug 5, 2024
2 parents 5d76d70 + e4bcb50 commit 3c37d7b
Show file tree
Hide file tree
Showing 26 changed files with 2,436 additions and 1,134 deletions.
4 changes: 4 additions & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/// <reference types="vite/client" />

interface Window {
ethereum: any
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>Pretty Metamask</title>
</head>
<body>
<div id="loading"></div>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down
Loading

0 comments on commit 3c37d7b

Please sign in to comment.