Rewrite frontend, added rooms, voltage selection per project, startet with todos

This commit is contained in:
2026-05-01 17:07:56 +02:00
parent 81d47ce16f
commit 65819900b1
49 changed files with 3695 additions and 394 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
import type { Metadata } from "next";
import "bootstrap/dist/css/bootstrap.min.css";
import "./globals.css";
export const metadata: Metadata = {
title: "Leistungsbilanz",
description: "Leistungsbilanz fuer elektrische Verbraucher",
description: "Leistungsbilanz für elektrische Verbraucher und Stromkreislisten",
};
export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) {