ADD: added first working version

This commit is contained in:
hwinkel
2026-03-11 22:09:49 +01:00
parent 4bc57b2c4e
commit 1ac4fae943
17 changed files with 701 additions and 196 deletions
+7
View File
@@ -1,4 +1,11 @@
import { Link, useNavigate } from "react-router";
export const handle = {
breadcrumbs: () => [
{ label: "Mandanten", href: "/companies" },
{ label: "Neuer Mandant" },
],
};
import { CompanyForm } from "@/components/company/company-form";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { ChevronLeft } from "lucide-react";