frontend/src/views/ForumThreadCreate.vue

15 lines
133 B
Vue
Raw Normal View History

2021-01-28 18:35:37 +11:00
<template>
<main>
</main>
</template>
<script>
export default {
name: "ForumThreadCreate"
}
</script>
<style scoped>
</style>