Files
manolia-alpha/user-interface/src/components/CollectKnowledge.vue
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01:00

18 lines
236 B
Vue

<script setup lang="ts">
</script>
<template>
<div class="container">
<h2>Collect Knowledge</h2>
</div>
</template>
<style scoped>
.container{
background-color: #ffffff;
border-radius: 16px;
padding: 34px;
}
</style>