- added settings page and function
- add Role Ring for avatar and display role for user nav
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
|
||||
export const Route = createFileRoute('/(app)/(auth)/dashboard')({
|
||||
component: RouteComponent,
|
||||
})
|
||||
});
|
||||
|
||||
function RouteComponent() {
|
||||
return <div>Hello "/(app)/dashboard"!</div>
|
||||
return <div>Hello "/(app)/dashboard"!</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user