Skip to content

Commit

Permalink
Merge pull request #125 from argentlabs/fix/modal-imports
Browse files Browse the repository at this point in the history
fix: modal imports
  • Loading branch information
bluecco authored Aug 15, 2024
2 parents 1fc7464 + 3949771 commit 10ed94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modal/ConnectorButton.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { ModalWallet } from "../window"
import { ModalWallet } from "../types/modal"
import type { StarknetkitConnector } from "../connectors/connector"
export let wallet: ModalWallet
Expand Down
2 changes: 1 addition & 1 deletion src/modal/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import ConnectorButton from "./ConnectorButton.svelte"
import type { StarknetkitConnector } from "../connectors/connector"
import { InjectedConnector } from "../connectors/injected"
import { ModalWallet } from "../window"
import { ModalWallet } from "../types/modal"
export let dappName: string = window?.document.title ?? ""
export let modalWallets: ModalWallet[]
Expand Down

0 comments on commit 10ed94d

Please sign in to comment.