removing legacy code

This commit is contained in:
2024-02-06 15:42:10 +01:00
parent a3c7e8f4c9
commit 9a83d48e68

View File

@@ -6,7 +6,6 @@ import { BillingLocation, YearMonth } from "../lib/db-types";
import { updateOrAddLocation } from "../lib/actions/locationActions";
import { useFormState } from "react-dom";
import Link from "next/link";
import { gotoHome } from "../lib/actions/navigationActions";
export type LocationEditFormProps = {
/** location which should be edited */