Skip to content

Commit

Permalink
remove all
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Feb 18, 2025
1 parent 5affb03 commit 6ddd551
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/webapp/src/__tests__/DeployModal.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, it, expect, vi, beforeEach } from 'vitest';
import { describe, it, expect, vi } from 'vitest';
import { render } from '@testing-library/svelte';
import DeployModal from '../lib/components/DeployModal.svelte';
import { get } from 'svelte/store';
Expand Down
1 change: 0 additions & 1 deletion packages/webapp/src/lib/services/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import DepositOrWithdrawModal from '$lib/components/DepositOrWithdrawModal.svelt
import OrderRemoveModal from '$lib/components/OrderRemoveModal.svelte';
import {
DisclaimerModal,
type DeploymentArgs,
type DepositOrWithdrawModalProps,
type OrderRemoveModalProps,
type DisclaimerModalProps,
Expand Down

0 comments on commit 6ddd551

Please sign in to comment.