fix: no beta for event

This commit is contained in:
Jean-Baptiste Pasquier 2021-05-12 10:18:01 +02:00
parent aac7c8971d
commit 607792988d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if componentSet.has("dashboard")
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@beta" defer)
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
if componentSet.has("events")
//- if componentSet.has("events")
script(type="module", src="https://cdn.skypack.dev/@startinblox/component-event@beta", defer)
//- script(type="module", src="/lib/solid-event/solid-event.js", defer)