Initial commit

This commit is contained in:
test2 2026-04-14 20:00:06 +00:00
commit abc16cbd2b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<template>
<div>
<h1>New Cookbook Component</h1>
</div>
</template>
<script setup>
// Your script here
</script>
<style scoped>
/* Your styles here */
</style>