mirror of
https://github.com/logos-storage/ethcc-demo.git
synced 2026-01-14 02:53:07 +00:00
10 lines
123 B
Vue
10 lines
123 B
Vue
<script setup>
|
|
import Slots from '@/components/Slots.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<Slots />
|
|
</div>
|
|
</template>
|