New: Sidebar and Mandantenwechsel
This commit is contained in:
14
src/routes/_sidebar/about.tsx
Normal file
14
src/routes/_sidebar/about.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
import AnsprechpartnerDetail from '@/features/CRM/components/detail'
|
||||
|
||||
export const Route = createFileRoute('/_sidebar/about')({
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
function RouteComponent() {
|
||||
return (
|
||||
<div>
|
||||
<AnsprechpartnerDetail id={8} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user