mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
12 lines
297 B
Vue
12 lines
297 B
Vue
|
<script setup lang="ts">
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<ProjectDetailCategoryDivider title="MARKET" badge-text="3/10">
|
||
|
<UnoIcon i-web-code_v2 text-24px />
|
||
|
</ProjectDetailCategoryDivider>
|
||
|
<ProjectDetailContainer>
|
||
|
<div mt-32px w-full h-500px bg-dark />
|
||
|
</ProjectDetailContainer>
|
||
|
</template>
|