summaryrefslogtreecommitdiff
path: root/packages/bank-ui/src/components/Cashouts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bank-ui/src/components/Cashouts')
-rw-r--r--packages/bank-ui/src/components/Cashouts/index.ts3
-rw-r--r--packages/bank-ui/src/components/Cashouts/test.ts2
2 files changed, 2 insertions, 3 deletions
diff --git a/packages/bank-ui/src/components/Cashouts/index.ts b/packages/bank-ui/src/components/Cashouts/index.ts
index 2c6bf681c..99a946865 100644
--- a/packages/bank-ui/src/components/Cashouts/index.ts
+++ b/packages/bank-ui/src/components/Cashouts/index.ts
@@ -14,7 +14,7 @@
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { Loading, utils } from "@gnu-taler/web-util/browser";
+import { Loading, RouteDefinition, utils } from "@gnu-taler/web-util/browser";
import {
AbsoluteTime,
AmountJson,
@@ -25,7 +25,6 @@ import {
import { ErrorLoadingWithDebug } from "../ErrorLoadingWithDebug.js";
import { useComponentState } from "./state.js";
import { FailedView, ReadyView } from "./views.js";
-import { RouteDefinition } from "../../route.js";
export interface Props {
account: string;
diff --git a/packages/bank-ui/src/components/Cashouts/test.ts b/packages/bank-ui/src/components/Cashouts/test.ts
index 4bd6b5eac..4ed0d7c11 100644
--- a/packages/bank-ui/src/components/Cashouts/test.ts
+++ b/packages/bank-ui/src/components/Cashouts/test.ts
@@ -24,7 +24,7 @@ import { SwrMockEnvironment } from "@gnu-taler/web-util/testing";
import { expect } from "chai";
import { Props } from "./index.js";
import { useComponentState } from "./state.js";
-import { buildNullRoutDefinition } from "../../route.js";
+import { buildNullRoutDefinition } from "@gnu-taler/web-util/browser";
describe("Cashout states", () => {
it.skip("should query backend and render transactions", async () => {