Initial commit
This commit is contained in:
commit
abc16cbd2b
|
|
@ -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