feat: style
This commit is contained in:
7
frontend/src/routes/SettingsView.tsx
Normal file
7
frontend/src/routes/SettingsView.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function SettingsView() {
|
||||
return (
|
||||
<div className="flex items-center justify-center h-full text-muted-foreground">
|
||||
Settings
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user