This commit is contained in:
Eduard Gert
2026-05-04 10:15:29 +02:00
parent d07f25fc49
commit bfe19fa542
16 changed files with 1247 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
export default function PlaceholderHeader() {
return (
<div
className="h-[38px] shrink-0 cursor-default"
style={{ "--wails-draggable": "drag" } as React.CSSProperties}
/>
);
}