PluralKit/web/app/HomePage.vue
2019-04-19 18:08:58 +02:00

10 lines
86 B
Vue

<template>
<h1>Hello</h1>
</template>
<script>
export default {
}
</script>