generated from dave/wails-template
Implement some sort of very basic display
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
<script lang="ts">
|
||||
import Payments from "$lib/components/Payments.svelte";
|
||||
import { lastMonthPaymentsStore } from "$lib/store/lastMonthPaymentsStore";
|
||||
import { thisMonthPaymentsStore } from "$lib/store/thisMonthPaymentsStore";
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
Hello, world
|
||||
<Payments payments={$thisMonthPaymentsStore} />
|
||||
<Payments payments={$lastMonthPaymentsStore} />
|
||||
</template>
|
||||
Reference in New Issue
Block a user