mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 17:03:50 +01:00
14 lines
189 B
Vue
14 lines
189 B
Vue
<template>
|
|
<div class="relative bg-gray-50 min-h-screen">
|
|
<IndexBg />
|
|
<IndexHero />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |