Skip to content

Commit

Permalink
fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed Oct 10, 2024
1 parent efba294 commit fa86176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/staking/src/components/Header/stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { PythStakingClient } from "@pythnetwork/staking-sdk";
import { useConnection } from "@solana/wallet-adapter-react";
import { Connection } from "@solana/web3.js";
import type { Connection } from "@solana/web3.js";
import clsx from "clsx";
import type { HTMLProps } from "react";

Expand Down

0 comments on commit fa86176

Please sign in to comment.