From 0007a84f09f83a82b69127bf48ff901cc6892f24 Mon Sep 17 00:00:00 2001 From: Luke Schierer <2224044+lschierer@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:07:59 -0500 Subject: [PATCH] Update data-client.md correct file for the current source code --- src/pages/docs/content-as-data/data-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/content-as-data/data-client.md b/src/pages/docs/content-as-data/data-client.md index fcdd69c8..a594f3b6 100644 --- a/src/pages/docs/content-as-data/data-client.md +++ b/src/pages/docs/content-as-data/data-client.md @@ -33,7 +33,7 @@ To narrow down a set of pages by an entire route, you can call `getContentByRout Below is an example of generating a list of all pages starting with a route of _/blog/_: ```js -import { getContentByRoute } from "@greenwood/cli/src/data/queries.js"; +import { getContentByRoute } from "@greenwood/cli/src/data/client.js"; export default class BlogPostsList extends HTMLElement { async connectedCallback() {