ledger view page structure

This commit is contained in:
Sirttas
2026-06-01 16:24:35 +02:00
parent 3235cf21ba
commit 192cf7d9cb
8 changed files with 295 additions and 279 deletions
+11
View File
@@ -0,0 +1,11 @@
<script setup lang="ts">
import {useLedgerParam} from "@/ledger";
const {ledgerId, ledger} = useLedgerParam();
</script>
<template>
<div class="mt-4">
</div>
</template>