feat: style

This commit is contained in:
2026-04-03 22:10:26 +02:00
parent 234081db09
commit b878068ab3
10 changed files with 191 additions and 74 deletions

View File

@@ -0,0 +1,7 @@
export default function SettingsView() {
return (
<div className="flex items-center justify-center h-full text-muted-foreground">
Settings
</div>
);
}