<script setup lang="ts">
useHead({ title: "About | Eggworld" });
</script>
<template>
<div>about</div>
</template>