Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix svelte complaining about types
Rūdolfs Ošiņš committed 3 years ago
commit cc416bcbf843b34649dcaf42989ed6b484f5c1b0
parent cd9b2adcdd4ddd810308357f46f06966545efc8c
1 file changed +1 -1
modified src/views/projects/Patch/PatchTimeline.svelte
@@ -1,6 +1,6 @@
<script lang="ts">
  import type { Wallet } from "@app/lib/wallet";
-
  import { type Patch, TimelineType } from "@app/lib/patch";
+
  import { Patch, TimelineType } from "@app/lib/patch";
  import { formatSeedId } from "@app/lib/utils";
  import { canonicalize } from "@app/lib/utils";
  import Comment from "@app/components/Comment.svelte";