Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jan 22, 2025
1 parent 23304b2 commit 8d1e4a5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<script lang="ts">
import type { Principal } from '@dfinity/principal';
import type { Snippet } from 'svelte';
import { canisterMonitoringUncertifiedStore } from '$lib/stores/canister-monitoring.store';
import { canisterSyncDataUncertifiedStore } from '$lib/stores/canister-sync-data.store';
import type { CanisterMonitoringData, CanisterSyncData } from '$lib/types/canister';
import type { CanisterSyncData } from '$lib/types/canister';
interface Props {
canisterId: Principal;
Expand Down

0 comments on commit 8d1e4a5

Please sign in to comment.