mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-30 01:56:05 +00:00
9 lines
271 B
Vue
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>
|