You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/tutorial/ecommerce-tutorial/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,7 @@ export default function Products(props) {
371
371
372
372
You can validate your query and see what data is being returned in GraphiQL, which is available at `http://localhost:8000/___graphql` when running `gatsby develop`.
373
373
374
-
Once you're happy with your query, create a new page where you can import the newly created Products component:
374
+
Once you're happy with your query, create a new page where you can import the newly created `Products` component:
0 commit comments