Skip to content

Commit

Permalink
Fix npm check
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Nov 26, 2024
1 parent 8000bea commit ac2a36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/common/PrivacyStatement.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { ExternalLink, Modal } from "lib/common";
import { Modal } from "lib/common";
export let open: boolean;
</script>
Expand Down

0 comments on commit ac2a36a

Please sign in to comment.