Skip to content

Commit

Permalink
fix import type
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiecarlton committed Jul 18, 2024
1 parent 6f79ff1 commit a4ccada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RegisterHapp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<script>
import Button from './Button.vue'
import { getMembraneProof } from '../utils/registration.ts'
import { getMembraneProof } from '../utils/registration.hs'
export default {
name: 'RegisterHapp',
Expand Down

0 comments on commit a4ccada

Please sign in to comment.