improved mobile layout

This commit is contained in:
2025-12-29 10:47:36 +01:00
parent 24a460e6e2
commit 610fd74e89
19 changed files with 144 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref } from "vue";
import { login } from '../stores/auth.ts'
import { login } from '../store.ts'
import { useRouter } from "vue-router";
const email = ref("");