This commit is contained in:
David Haz
2025-12-15 11:19:29 +02:00
parent 082b11daf2
commit 898db78b44
6 changed files with 204 additions and 107 deletions

View File

@@ -27,4 +27,4 @@ export const domeGallery = createCodeObject(code, 'Components/DomeGallery', {
<script setup lang="ts">
import DomeGallery from "./DomeGallery.vue";
</script>`
});
});

View File

@@ -30,4 +30,4 @@ const menuItems = [
}
];
</script>`
});
});