Skip to content

Commit

Permalink
chore: add queries folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Nov 23, 2024
1 parent b9efa04 commit 7b8a7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-staking-api/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
import { ApolloProvider } from '@apollo/client';

export * from './Client';
export * from './useTokenPrice';
export * from './queries/useTokenPrice';

export { ApolloProvider };
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { ApolloError } from '@apollo/client';
import { gql, useQuery } from '@apollo/client';
import type { TokenPriceResult, UseTokenPriceResult } from './types';
import type { TokenPriceResult, UseTokenPriceResult } from '../types';

const TOKEN_PRICE_QUERY = gql`
query TokenPrice($ticker: String!) {
Expand Down

0 comments on commit 7b8a7a9

Please sign in to comment.