Create base account route

This commit is contained in:
2025-04-19 22:13:19 +02:00
parent 394fbd50f0
commit 2a1b1ea45a
3 changed files with 30 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import React, { PropsWithChildren } from "react";
export function MoneyMgrWebRouteContainer(
p: {
label: string;
label: string | React.ReactElement;
actions?: React.ReactElement;
} & PropsWithChildren
): React.ReactElement {