Initial commit

This commit is contained in:
test2 2026-04-16 20:21:31 +00:00
commit 42bca8a825
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>