This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.27.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 8a9eb4a675891d584a575e81951015bb128913e8 Author: James Netherton <[email protected]> AuthorDate: Fri Oct 17 08:43:48 2025 +0100 Update Dev UI documentation with the correct path to qwc-camel-core.js --- docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc b/docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc index b1ed015ef6..0b5cdd58e9 100644 --- a/docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc +++ b/docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc @@ -25,7 +25,7 @@ For example, to create a simple table view: ---- import {html} from 'qwc-hot-reload-element'; // NOTE: if your Dev UI page lives outside of camel-quarkus-core then use the following instead of ./qwc-camel-core.js: -// import ../org.apache.camel.quarkus.camel-quarkus-core/qwc-camel-core.js +// import ../camel-quarkus-core/qwc-camel-core.js import {QwcCamelCore} from "./qwc-camel-core.js"; import {columnBodyRenderer} from '@vaadin/grid/lit.js'; import '@vaadin/grid';
