refactor: format
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled

This commit is contained in:
2026-07-14 11:47:05 +02:00
parent 566f8403ef
commit a9b2e31d81
17 changed files with 432 additions and 183 deletions
+9 -5
View File
@@ -1,19 +1,23 @@
<script setup lang="ts">
import { defineAsyncComponent } from "vue";
const LangInput = defineAsyncComponent(() => import("@/components/LangInput.vue"));
const LangInput = defineAsyncComponent(
() => import("@/components/LangInput.vue"),
);
</script>
<template>
<footer class="footer sm:footer-horizontal footer-center bg-base-300 text-base-content p-2">
<footer
class="footer sm:footer-horizontal footer-center bg-base-300 text-base-content p-2"
>
<aside>
<p>
<lang-input /> - 2026 -
<a
href="https://git.klemek.fr/klemek/tout-doux"
class="underline">
klemek
class="underline"
>
klemek
</a>
</p>
</aside>