New direction: law firm management (Fristen, Termine, case tracking) instead of UPC case law search. Updated all references, Go module path, and deployment info.
8 lines
191 B
TypeScript
8 lines
191 B
TypeScript
export default function Home() {
|
|
return (
|
|
<main className="flex min-h-screen items-center justify-center">
|
|
<h1 className="text-4xl font-bold">KanzlAI-mGMT</h1>
|
|
</main>
|
|
);
|
|
}
|