Skip to content

Commit

Permalink
Update examples/helia-remix/components/ipfs.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Dempsey <[email protected]>
  • Loading branch information
paschal533 and SgtPooki authored Feb 2, 2025
1 parent 8cf013a commit d34d625
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/helia-remix/components/ipfs.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
import { createHelia } from 'helia'
import React, { useState, useEffect } from 'react'

// Define the types for the state variables
interface HeliaNode {
libp2p: {
peerId: {
toString: () => string
}
status: string
}
}

const IpfsComponent: React.FC = () => {
const [id, setId] = useState<string | null>(null)
Expand Down

0 comments on commit d34d625

Please sign in to comment.