-
Notifications
You must be signed in to change notification settings - Fork 17
Update examples export to be published to NPM #2130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
2ed324c
e6413bb
100fda5
6239a61
410e6ff
d5ce33d
ca6540a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,7 @@ | |
| import { useSearchParams } from "next/navigation"; | ||
| import { useMemo } from "react"; | ||
|
|
||
| import { getNamespaceSpecificValue } from "@ensnode/ensnode-sdk"; | ||
| import { GRAPHQL_API_EXAMPLE_QUERIES } from "@ensnode/ensnode-sdk/internal"; | ||
| import { GRAPHQL_API_EXAMPLE_QUERIES, getNamespaceSpecificValue } from "@ensnode/ensnode-sdk"; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| import { GraphiQLEditor } from "@/components/graphiql-editor"; | ||
| import { RequireENSAdminFeature } from "@/components/require-ensadmin-feature"; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| export * from "./example-queries"; | ||
| export * from "./prerequisites"; |
Uh oh!
There was an error while loading. Please reload this page.