Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Change import
Rūdolfs Ošiņš committed 3 years ago
commit b3b3c06a03c05e1fb53cca93fbf460ee314b5e1c
parent dadd82d8e885a93ff22894f41525a06072a64fd8
1 file changed +1 -1
modified src/base/projects/Commit/CommitVerifiedBadge.svelte
@@ -1,7 +1,7 @@
<script lang="ts">
  import type { CommitMetadata } from "@app/commit";

-
  import { debounce } from "lodash";
+
  import debounce from "lodash/debounce";

  import Badge from "@app/Badge.svelte";
  import CommitAuthorship from "./CommitAuthorship.svelte";