Fix TS2614 and TS1205 errors

Corrected import/export of Transaction type and fixed isolatedModules error.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 07:23:09 +00:00
parent 56842becca
commit 3911040b00
5 changed files with 109 additions and 124 deletions

View File

@@ -1,3 +1,4 @@
import React, { useEffect } from 'react';
import { Routes, Route } from 'react-router-dom';
import { BudgetProvider } from './contexts/budget/BudgetContext';