Skip to content
Snippets Groups Projects
Commit c7e4bbc9 authored by Marjolaine Le Bon's avatar Marjolaine Le Bon Committed by Jean-Baptiste Pasquier
Browse files

update: solid-event v4.0 + solid-invoice v1.3

parent b2cea155
No related branches found
No related tags found
2 merge requests!303update: solid-event v4.0 + solid-invoice v1.3,!301Release/core 0.17
Pipeline #11352 passed with stages
in 6 minutes and 45 seconds
......@@ -28,15 +28,15 @@ if componentSet.has("dashboard")
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@5.0" defer)
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
//- if componentSet.has("events")
script(type="module", src="https://cdn.skypack.dev/@startinblox/component-event@beta", defer)
if componentSet.has("events")
script(type="module", src="https://cdn.skypack.dev/@startinblox/component-event@4.0", defer)
//- script(type="module", src="/lib/solid-event/solid-event.js", defer)
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")
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@beta" defer)
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)
if componentSet.has("jobBoard")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment