explorer-app/components/Project/ProjectDetailContainer.vue

15 lines
153 B
Vue
Raw Normal View History

2023-12-19 18:43:42 +01:00
<template>
<div
lg:flex
gap-32px
>
<div
hidden
w-full
/>
2023-12-19 18:43:42 +01:00
<div w-full>
<slot />
</div>
</div>
</template>