Files
ui/dist/runtime/components/BitinflowCard.vue
René Preuß 6f32d46437 add dist
2023-02-17 20:03:10 +01:00

16 lines
223 B
Vue

<template>
<div class="bg-white text-black dark:bg-base-700 dark:text-white rounded shadow mb-8">
<slot />
</div>
</template>
<script>
export default {
name: "BitinflowCard"
}
</script>
<style scoped>
</style>