add taxes

This commit is contained in:
2023-10-02 09:52:11 +02:00
parent 0026cba23d
commit 2b513a91b0
8 changed files with 54 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ interface MarketScan extends RecordModel {
const marketScans = 'marketScans';
export const useMarkeyScanStore = defineStore(marketScans, () => {
export const useMarketScanStore = defineStore(marketScans, () => {
const pb = usePocketBase();
const marketScan = ref<MarketScan>();