Skip to content

Commit

Permalink
fix: import in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CanvasL committed Jul 24, 2024
1 parent 5513672 commit 018ac59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
56 changes: 0 additions & 56 deletions tool/packages/contracts-demo/src/App.css

This file was deleted.

4 changes: 2 additions & 2 deletions tool/packages/contracts-demo/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useEffect } from "react";
import { useState, useEffect } from "react";
import "./App.scss";
import { ContractTransaction, Signer, ethers } from "ethers";
import { ProductFactory, ChainId } from "dephy-id-evm-tool/dist";
import { ProductFactory, ChainId } from "../../contracts-sdk/dist";
import ADDRESS_JSON from "../../../../addresses.json";

const BASE_SEPOLIA_PARAMS = {
Expand Down

0 comments on commit 018ac59

Please sign in to comment.