feat: add layout shell with sidebar navigation and routing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
TaskTracker.Web/src/pages/Mappings.tsx
Normal file
7
TaskTracker.Web/src/pages/Mappings.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Mappings() {
|
||||
return (
|
||||
<div>
|
||||
<h1 className="text-xl font-semibold text-white">Mappings</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user