feat: start work on Banner component

This commit is contained in:
SauceyRed 2025-06-07 06:29:15 +02:00
parent b82d5733a1
commit 80945f1177
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

13
components/Banner.vue Normal file
View file

@ -0,0 +1,13 @@
<template>
<div>
</div>
</template>
<script lang="ts" setup>
</script>
<style>
</style>