Remove unused interface
This commit is contained in:
parent
57930d0e5d
commit
4276c51268
@ -4,11 +4,6 @@ import Currency from "../components/Currency.vue";
|
|||||||
import { useBudgetsStore } from "../stores/budget";
|
import { useBudgetsStore } from "../stores/budget";
|
||||||
import { useAccountStore } from "../stores/budget-account";
|
import { useAccountStore } from "../stores/budget-account";
|
||||||
|
|
||||||
interface Date {
|
|
||||||
Year: number,
|
|
||||||
Month: number,
|
|
||||||
}
|
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
budgetid: string,
|
budgetid: string,
|
||||||
year: string,
|
year: string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user