chore: fix build

This commit is contained in:
eggy
2025-10-19 15:34:51 +08:00
parent 4c1c8ae3af
commit d4cdfb6bcc

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import type { Project } from "@/data/projects";
import { unref as _unref } from "vue";
const { project } = defineProps<{
project: Project;
reverse?: boolean;