epsilon_webui/src/pages/MinecraftServer.vue

15 lines
141 B
Vue
Raw Normal View History

2022-01-15 09:52:21 -06:00
<template>
<main>
<h1>REMCS</h1>
</main>
</template>
<script>
export default {
};
</script>
<style lang="scss" scoped>
</style>