Files
DiceCloud/app/imports/ui/tabletop/TabletopLog.vue
2020-07-17 23:31:12 +02:00

12 lines
141 B
Vue

<template lang="html">
<div class="tabletop-log" />
</template>
<script>
export default {
}
</script>
<style lang="css" scoped>
</style>