diff --git a/src/dependencies.pug b/src/dependencies.pug index 17d4242..d0c6d69 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -35,7 +35,7 @@ if componentSet.has("events") if componentSet.has("events") || componentSet.has("polls") || componentSet.has("resources") script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.11" defer) -if componentSet.has('invoices') && getRoute('invoices') +if componentSet.has('invoices') script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.3" defer) //- script(type="module" src="/lib/solid-invoicing/solid-invoicing.js" defer)