First frontend

This commit is contained in:
2026-04-30 21:37:21 +02:00
parent c3e98af5b6
commit ac48e03404
16 changed files with 1764 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
import { PowerBalanceWorkspace } from "../frontend/components/power-balance-workspace";
export default function Home() {
return <PowerBalanceWorkspace />;
}