Enhance routing and type definitions for new API endpoints. Added support for notifications and SSO routes, updated layout parameters, and improved type safety in route metadata. Refactored component imports for user and profile pages.
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
</Button>
|
||||
</a>
|
||||
{/each}
|
||||
<a href="/notifications" class="block">
|
||||
<Button class="h-12 w-full" variant="outline">Notifications</Button>
|
||||
</a>
|
||||
<a href="/profile" class="block">
|
||||
<Button class="h-12 w-full" variant="outline">Profile</Button>
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user