mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
14 lines
301 B
Vue
14 lines
301 B
Vue
<template>
|
|
<div class="mx-auto max-w-2xl w-full">
|
|
<LazyTimelinesTimelineScroller>
|
|
<LazyHeadersGreeting />
|
|
<TimelinesPublic />
|
|
</LazyTimelinesTimelineScroller>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
definePageMeta({
|
|
layout: "app",
|
|
});
|
|
</script> |