Prepare release generation

This commit is contained in:
2025-03-20 21:17:47 +01:00
parent c6757f477a
commit c967103a16
10 changed files with 169 additions and 8 deletions

View File

@ -7,11 +7,9 @@ import {
ListItemText,
} from "@mui/material";
import { useLocation } from "react-router-dom";
import { useAuthInfo } from "./BaseAuthenticatedPage";
import { RouterLink } from "./RouterLink";
export function MoneyNavList(): React.ReactElement {
const user = useAuthInfo().info;
return (
<List
dense