Files
newfreeplanet_OLD/src/root/presentazione/presentazione.vue
2022-03-11 23:38:52 +01:00

10 lines
175 B
Vue
Executable File

<template>
<CPresentazione></CPresentazione>
</template>
<script lang="ts" src="./presentazione.ts">
</script>
<style lang="scss">
@import './presentazione.scss';
</style>