feat: new routes

This commit is contained in:
2026-04-03 15:57:15 +02:00
parent c820f06d1c
commit e1c7ea7635
7 changed files with 14 additions and 29 deletions

View File

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