Skip to content

Commit

Permalink
fix - import bip39_dotmap file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannachi committed Jul 26, 2024
1 parent e53cd6c commit 59374b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ <h1>Bip39 Dotmap</h1>
</table>

<script type="module" src="src/bip39_dotmap.js"></script>
<script src="src/script.js"></script>
<script type="module" src="src/script.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bip39DotMap } from './bip39_dotmap'
import { bip39DotMap } from './bip39_dotmap.js'

const BIP39_DOTMAP = (function () {
// Split the input into rows
Expand Down

0 comments on commit 59374b5

Please sign in to comment.