Skip to content

Commit

Permalink
react test comp added 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylcode authored Sep 5, 2023
1 parent 9287ed1 commit 614b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zetachain/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Live Peers / Seeds
> When you start a node, you often need to connect to the network. This requires you to connect to one or more peers to start downloading the blockchain and receiving new blocks and transactions. Seeding nodes or bootstrap nodes help in this initial connection process.
````mdx-code-block
import React, { useEffect, useState } from 'react';
import { useEffect, useState } from 'react';
function ApiData() {
const [data, setData] = useState(null);
Expand Down

0 comments on commit 614b428

Please sign in to comment.