15 lines
188 B
Vue
15 lines
188 B
Vue
<template>
|
|
<div>
|
|
<IndexHero />
|
|
<IndexNews />
|
|
<IndexEvents />
|
|
<IndexDonate />
|
|
<IndexAbout />
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
|
|
</script>
|
|
|
|
<style></style> |