Skip to content

Commit

Permalink
fix: core connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 21, 2024
1 parent d3efca5 commit 762de72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/core-connection/src/App.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 762de72

Please sign in to comment.