From 762de722a99a2a5b16f982f97c9ee1829334d39c Mon Sep 17 00:00:00 2001 From: aman035 Date: Thu, 21 Nov 2024 16:31:11 +0530 Subject: [PATCH] fix: core connection --- examples/core-connection/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/core-connection/src/App.tsx b/examples/core-connection/src/App.tsx index 61fe1c65..4e580f88 100644 --- a/examples/core-connection/src/App.tsx +++ b/examples/core-connection/src/App.tsx @@ -1,5 +1,5 @@ import React, { useEffect, useState } from 'react'; -import PushNetwork from '@pushprotocol/node-core'; +import { PushNetwork } from '@pushprotocol/node-core'; import { ENV } from '@pushprotocol/node-core/src/lib/constants'; import './App.css'; import { Transaction } from '@pushprotocol/node-core/src/lib/generated/tx';