style: remove unused <script> sections from components

This commit is contained in:
Sebin Nyshkim 2023-01-22 16:55:38 +01:00
parent 014451ffa0
commit 21df633e9e
4 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,3 @@
<script setup lang="ts"></script>
<template>
<div class="btn-group">
<slot></slot>

View file

@ -1,5 +1,3 @@
<script setup lang="ts"></script>
<template>
<footer class="footer">
<slot></slot>

View file

@ -1,5 +1,3 @@
<script setup lang="ts"></script>
<template>
<header class="header">
<slot></slot>

View file

@ -1,5 +1,3 @@
<script setup lang="ts"></script>
<template>
<div class="welcome">
<div class="welcome__image">