saahildcom/pages/projects.vue
Neon 7667b2c714
Rewrite (#23)
Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-28 23:41:06 -04:00

9 lines
271 B
Vue

<!-- zeon, https://github.com/NeonGamerBot-QK/brown-washer, https://github.com/NeonGamerBot-QK/signal-app -->
<template>
<div>
<h1 class="font-bold text-2xl text-center mt-5">My projects</h1>
<div class="">
<ProjectGrid />
</div>
</div>
</template>