Skip to content

Commit 19f327b

Browse files
retrigger build
1 parent d129b32 commit 19f327b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embeds/edition-drop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ import React, { useEffect } from "react";
1111
import { createRoot } from "react-dom/client";
1212
import { Body } from "src/shared/body";
1313
import { ERC1155ClaimButton } from "src/shared/claim-button-erc1155";
14+
import { parseIpfsGateway } from "src/utils/parseIpfsGateway";
1415
import { Footer } from "../shared/footer";
1516
import { Header } from "../shared/header";
1617
import { useGasless } from "../shared/hooks/useGasless";
1718
import chakraTheme from "../shared/theme";
1819
import { fontsizeCss } from "../shared/theme/typography";
1920
import { TokenMetadataPage } from "../shared/token-metadata-page";
20-
import { parseIpfsGateway } from "../utils/parseIpfsGateway";
2121

2222
interface EditionDropEmbedProps {
2323
contractAddress: string;

0 commit comments

Comments
 (0)