Initial commit

This commit is contained in:
test3 2026-04-16 20:24:54 +00:00
commit 5dd6adda06
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>