Fix TypeScript build errors
- Remove duplicate EscalationLevel export from regulatory.ts - Add missing logger.ts and reports.ts files to audit package - Fix treasury package type issues - Clean dist folders and rebuild
This commit is contained in:
5
apps/web/src/pages/TransactionsPage.js
Normal file
5
apps/web/src/pages/TransactionsPage.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
||||
export default function TransactionsPage() {
|
||||
return (_jsxs("div", { className: "px-4 py-6 sm:px-0", children: [_jsx("h1", { className: "text-2xl font-bold mb-4", children: "TransactionsPage" }), _jsx("p", { className: "text-gray-600", children: "TransactionsPage interface" })] }));
|
||||
}
|
||||
//# sourceMappingURL=TransactionsPage.js.map
|
||||
Reference in New Issue
Block a user