Skip to content

Commit

Permalink
refactor(frontend): 💡 move hashconnect loader component to lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Dec 12, 2024
1 parent e1d1117 commit 1f28a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<script lang="ts">
import type { Snippet } from 'svelte'
import { hashConnect, type ReactiveHashConnect } from '../../lib/hashconnect/hashConnect.svelte'
import { hashConnect, type ReactiveHashConnect } from './hashConnect.svelte'
let {
paired,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/dashboard/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { LedgerId } from '@hashgraph/sdk'
import HashConnectLoader from './HashConnectLoader.svelte'
import HashConnectLoader from '$lib/hashconnect/HashConnectLoader.svelte'
let { children } = $props()
</script>
Expand Down

0 comments on commit 1f28a89

Please sign in to comment.