File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ import React, { useEffect } from "react";
11
11
import { createRoot } from "react-dom/client" ;
12
12
import { Body } from "src/shared/body" ;
13
13
import { ERC1155ClaimButton } from "src/shared/claim-button-erc1155" ;
14
+ import { parseIpfsGateway } from "src/utils/parseIpfsGateway" ;
14
15
import { Footer } from "../shared/footer" ;
15
16
import { Header } from "../shared/header" ;
16
17
import { useGasless } from "../shared/hooks/useGasless" ;
17
18
import chakraTheme from "../shared/theme" ;
18
19
import { fontsizeCss } from "../shared/theme/typography" ;
19
20
import { TokenMetadataPage } from "../shared/token-metadata-page" ;
20
- import { parseIpfsGateway } from "../utils/parseIpfsGateway" ;
21
21
22
22
interface EditionDropEmbedProps {
23
23
contractAddress : string ;
You can’t perform that action at this time.
0 commit comments