feat: add layout shell with sidebar navigation and routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 22:17:11 -05:00
parent d896fe36a8
commit 50e8c819fd
5 changed files with 107 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
export default function Mappings() {
return (
<div>
<h1 className="text-xl font-semibold text-white">Mappings</h1>
</div>
)
}