Unify website and manager experience with updated logo and manager entry links, and document the current production topology and URLs in CLAUDE.md for consistent future operations. Made-with: Cursor
7 lines
232 B
TypeScript
Vendored
7 lines
232 B
TypeScript
Vendored
import { createFileRoute } from '@tanstack/react-router'
|
|
import { AgnetSKSourcesPage } from '@/features/agnet-console/pages'
|
|
|
|
export const Route = createFileRoute('/_authenticated/sk-sources/')({
|
|
component: AgnetSKSourcesPage,
|
|
})
|