add taxes
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user