alpha
Login
or
Join now
danielroe.dev
/
synchub.to
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
mirror your GitHub repos to tangled.org automatically
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: import ref 🤔
author
Daniel Roe
date
3 weeks ago
(Jun 2, 2026, 11:16 PM +0100)
commit
7ed8ac13
7ed8ac13c8ebcdb11c10c33da86839b94e0af910
parent
e0284e9d
e0284e9d83f5931a57fa72da1721c06c3d233a1a
+1
1 changed file
Expand all
Collapse all
Unified
Split
app
pages
dashboard.vue
+1
app/pages/dashboard.vue
Reviewed
···
1
1
<script setup lang="ts">
2
2
+
import { ref } from 'vue'
2
3
import type { DashboardPayload, DashboardRepo } from '~~/server/api/me/dashboard.get'
3
4
4
5
definePageMeta({