Update hello world

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-04-28 01:58:17 +02:00 committed by Francesco Torchia
parent 0059289c29
commit 460e6e7191
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -6,5 +6,5 @@ export default {
</script> </script>
<template> <template>
<span>hello harvester</span> <span>Hello harvester!</span>
</template> </template>