Aggiunto componente WebAedificaConfigurator

This commit is contained in:
Annamaria Sassi
2025-08-04 18:43:25 +02:00
parent 5f98697589
commit 49fdb90f16
14 changed files with 130 additions and 1 deletions
@@ -0,0 +1,6 @@
// This is a JavaScript module that is loaded on demand. It can export any number of
// functions, and may import other JavaScript modules if required.
export function showPrompt(message) {
return prompt(message, 'Type anything here');
}