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