mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add home timeline for logged-in users
This commit is contained in:
parent
63cbe6bb82
commit
8c68957df8
4 changed files with 56 additions and 1 deletions
9
pages/home.vue
Normal file
9
pages/home.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<TimelinesHome />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: "app",
|
||||
});
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue