Skip to content

Commit

Permalink
refactor(frontend): 💡 remove unused import from dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Dec 12, 2024
1 parent 9fdaf9c commit 12bdbf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts">
import { hashConnect as hashConnect } from '$lib/hashconnect/hashConnect.svelte'
import { getCollections, type TokenInfo } from '$lib/hedera/collection/get'
import { onMount } from 'svelte'
let loading = $state(false)
let error = $state('')
Expand Down

0 comments on commit 12bdbf5

Please sign in to comment.