File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import SharpTransferIcon from "$lib/components/icons/SharpTransferIcon.svelte"
2- import SharpListIcon from "$lib/components/icons/SharpListIcon.svelte"
32import SharpDashboardIcon from "$lib/components/icons/SharpDashboardIcon.svelte"
43import SharpStakeIcon from "$lib/components/icons/SharpStakeIcon.svelte"
54import SharpChannelsIcon from "$lib/components/icons/SharpChannelsIcon.svelte"
Original file line number Diff line number Diff line change 11import { Schema } from "effect"
22import { UniversalChainId } from "$lib/schema/chain"
33import { Hex } from "$lib/schema/hex"
4- import { Height } from "./height"
4+ import { Height } from "./height.ts "
55
66export class PacketTrace extends Schema . Class < PacketTrace > ( "PacketTrace" ) ( {
77 type : Schema . String ,
You can’t perform that action at this time.
0 commit comments