Skip to content

Commit

Permalink
Renaming tsx files to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 24, 2024
1 parent 893cbff commit 7bacf97
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/react-waas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react'
import { useWalletConfigContext } from '../contexts/WalletSettings'

export const useWalletSettings = () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { ethers } from 'ethers'
import { ETHAuthProof } from '@0xsequence/auth'
import { ETHAuth, Proof } from '@0xsequence/ethauth'
import { sequence } from '0xsequence'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7bacf97

Please sign in to comment.