From 7d23c0a4100b442335771766f9e3960052266d23 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Thu, 31 Oct 2024 10:12:40 +0100 Subject: [PATCH] docs: update import statement for moved file --- examples/express/with-m2m/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/express/with-m2m/index.mjs b/examples/express/with-m2m/index.mjs index 8617b72d2..fb0e66f2d 100644 --- a/examples/express/with-m2m/index.mjs +++ b/examples/express/with-m2m/index.mjs @@ -1,3 +1,3 @@ -import { program } from "./cli.mjs"; +import { program } from "./assistant-client/cli.mjs"; program.parse(process.argv);