Files
bssapp/ui/src/pages/MainPanel.vue
2026-02-11 17:46:22 +03:00

10 lines
161 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<q-page class="flex flex-center">
<p>cari hesap tabloları</p>
</q-page>
</template>
<script setup>
// buraya JS kodların gelecek
</script>