Initial commit
This commit is contained in:
commit
5dd6adda06
|
|
@ -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>
|
||||
Loading…
Reference in New Issue