Skip to content

Commit

Permalink
chore(app): updates imports to correct locations
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io committed May 22, 2023
1 parent 8593635 commit 0c1f5d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/RefreshMyStampsModalContentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import { ValidatedProviderGroup } from "../signer/utils";
import { Switch, Accordion, AccordionItem, AccordionButton, AccordionPanel, AccordionIcon } from "@chakra-ui/react";

// --- Utils
import { PlatformSpec, PROVIDER_ID } from "@gitcoin/passport-platforms/src/types";
import { PlatformSpec } from "@gitcoin/passport-platforms";
import { PROVIDER_ID } from "@gitcoin/passport-types";

// --- App components
import { RefreshMyStampsSelector } from "../components/RefreshMyStampsSelector";
Expand Down

0 comments on commit 0c1f5d7

Please sign in to comment.